Skip to content

Instantly share code, notes, and snippets.

@mrfarhadir
Last active February 28, 2025 08:53
Show Gist options
  • Select an option

  • Save mrfarhadir/1bc00ba5d11861ade553488411fb7d09 to your computer and use it in GitHub Desktop.

Select an option

Save mrfarhadir/1bc00ba5d11861ade553488411fb7d09 to your computer and use it in GitHub Desktop.
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