Last active
December 8, 2018 05:09
-
-
Save egoing/effbb836e86ab1b125eb5dcdd5dc716c to your computer and use it in GitHub Desktop.
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
| #!/bin/bash | |
| echo $2 > $1 && git add $1 && git commit -m "commit $2" && git --no-pager log --oneline --graph --all --decorate |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment