init
This commit is contained in:
7
git_helper.sh
Executable file
7
git_helper.sh
Executable file
@@ -0,0 +1,7 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
BRANCH=`git branch --show current`
|
||||||
|
git add .
|
||||||
|
printf "commit message: "
|
||||||
|
read msg
|
||||||
|
git commit -m "$msg"
|
||||||
|
git push origin $BRANCH
|
||||||
Reference in New Issue
Block a user