Skip to content

Instantly share code, notes, and snippets.

@Nikhil-KO
Created February 11, 2023 08:51
Git Shortcuts
git config --global alias.co checkout
git config --global alias.br branch
git config --global alias.ci commit
git config --global alias.st status
git config --global alias.bsc "branch --show-current"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment