mirror of
https://github.com/autistic-symposium/shell-whiz-toolkit.git
synced 2025-05-28 03:04:19 -04:00
add some stuff from RC machine config
This commit is contained in:
parent
7095235fe8
commit
54e3254e41
44 changed files with 23 additions and 8 deletions
6
git/gi.sh
Executable file
6
git/gi.sh
Executable file
|
@ -0,0 +1,6 @@
|
|||
#!/bin/bash
|
||||
input_variable = 'test'
|
||||
read -p "Commit message?" input_variable
|
||||
git add -A
|
||||
git commit -m "$input_variable"
|
||||
git push origin master
|
4
git/gitpass.sh
Normal file
4
git/gitpass.sh
Normal file
|
@ -0,0 +1,4 @@
|
|||
#!/bin/bash
|
||||
|
||||
|
||||
ssh-add ~/.ssh/git/git_rsa
|
Loading…
Add table
Add a link
Reference in a new issue