Last active
November 15, 2019 08:15
-
-
Save zoutepopcorn/692fe630137a0891f1242b78e542e048 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
# Log Oe Line command | |
alias.lol log --one-line | |
# log history | |
git config --global alias.hist "log --pretty=format:'%h %ad | %s%d [%an]' --graph --date=short" | |
# get all alias | |
git config --global --get-regexp alias | |
# | |
git config --global alias.ac ‘!git add . && git commit’ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment