mirror of
https://github.com/autistic-symposium/shell-whiz-toolkit.git
synced 2025-05-12 19:52:14 -04:00
organizing shell
This commit is contained in:
parent
734eeb5eb2
commit
68e3f7d899
6 changed files with 14 additions and 1 deletions
6
shell_scripts/git/gi.sh
Executable file
6
shell_scripts/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
shell_scripts/git/gitpass.sh
Normal file
4
shell_scripts/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