modified push script
This commit is contained in:
5
push.sh
5
push.sh
@@ -5,5 +5,6 @@ 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}"
|
||||||
git push nmd master
|
IFS= read -r -p "Enter Branch name: " com1
|
||||||
git push github master
|
git push nmd ${com1}
|
||||||
|
git push github ${com1}
|
||||||
|
|||||||
Reference in New Issue
Block a user