Skip to content

Instantly share code, notes, and snippets.

@zoutepopcorn
Last active November 15, 2019 08:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zoutepopcorn/692fe630137a0891f1242b78e542e048 to your computer and use it in GitHub Desktop.
Save zoutepopcorn/692fe630137a0891f1242b78e542e048 to your computer and use it in GitHub Desktop.
# 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