mirror of
https://github.com/autistic-symposium/shell-whiz-toolkit.git
synced 2025-05-30 12:04:50 -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
|
Loading…
Add table
Add a link
Reference in a new issue