Last active
February 28, 2025 08:53
-
-
Save mrfarhadir/1bc00ba5d11861ade553488411fb7d09 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
| git config --global alias.lg 'log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit' | |
| git config --global alias.p push | |
| git config --global alias.st 'status -sb' | |
| git config --global alias.last 'log -2 HEAD --stat' | |
| git config --global alias.se '!git rev-list --all | xargs git grep -F' | |
| git config --global alias.ch 'checkout' | |
| git config --global alias.b 'symbolic-ref --short HEAD' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment