Skip to content

Instantly share code, notes, and snippets.

@gnzsnz
Created October 13, 2022 11:42
Show Gist options
  • Save gnzsnz/b0fd4aa44817c22139d834acfdce66fa to your computer and use it in GitHub Desktop.
Save gnzsnz/b0fd4aa44817c22139d834acfdce66fa to your computer and use it in GitHub Desktop.
Git alias

List of git aliases

Simple log

git config --global alias.slog "log --graph --all --topo-order --pretty='format:%h %ai %s%d (%an)'"

List git aliases

git config --global alias.aliases "config --get-regexp alias"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment