mirror of
https://github.com/autistic-symposium/shell-whiz-toolkit.git
synced 2025-05-15 05:02:23 -04:00
aaa
This commit is contained in:
parent
4154e2032a
commit
664ecb7a41
1 changed files with 6 additions and 0 deletions
6
gi.sh
Executable file
6
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