Git alias:
put = !git commit --all && git push
Example:
git put
Compare:
-
git get & git put (describes both)
-
git put (this alias)
Git alias:
put = !git commit --all && git push
Example:
git put
Compare:
git get & git put (describes both)
git put (this alias)