Answer the question
In order to leave comments, you need to log in
How to automate git commit?
Tried to do so, it didn't work, why?
Answer the question
In order to leave comments, you need to log in
git add .
[email protected]
if [ -z "$msg" ]; then
msg="update";
fi
git commit -m "$msg"
git push origin master -f
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question