modified push script
This commit is contained in:
3
push.sh
3
push.sh
@@ -5,7 +5,8 @@ git status
|
|||||||
git add --all :/
|
git add --all :/
|
||||||
IFS= read -r -p "Enter commit message: " com
|
IFS= read -r -p "Enter commit message: " com
|
||||||
git commit -m "${com}"
|
git commit -m "${com}"
|
||||||
echo $(git branch)
|
#echo $(git branch)
|
||||||
|
git branch
|
||||||
IFS= read -r -p "Enter Branch name: " com1
|
IFS= read -r -p "Enter Branch name: " com1
|
||||||
git push nmd ${com1}
|
git push nmd ${com1}
|
||||||
git push github ${com1}
|
git push github ${com1}
|
||||||
|
|||||||
Reference in New Issue
Block a user