Created
August 15, 2017 13:28
-
-
Save 0k4/bcee007d07d671e37ce7066ec1d7bca3 to your computer and use it in GitHub Desktop.
Lazygit function ( .zshrc)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| funcname lazygit() { | |
| git add . | |
| git commit -a -m "$1" | |
| git push | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment