mirror of
https://github.com/autistic-symposium/shell-whiz-toolkit.git
synced 2025-05-16 13:42:26 -04:00
git
This commit is contained in:
parent
664ecb7a41
commit
734eeb5eb2
1 changed files with 0 additions and 0 deletions
6
shell_scripts/gi.sh
Executable file
6
shell_scripts/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