alias hometime = git checkout -b hometime && git push origin hometime && git add --all & git commit --all -m "hometime push" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
alias hometime = git checkout -b hometime && git push origin hometime && git add --all & git commit --all -m "hometime push" |