-
-
Save alexandr-san4ez/7e1820816e9322ff759dd34d4535ac26 to your computer and use it in GitHub Desktop.
List of tips on all cases of life
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
#!/bin/sh | |
git config --global alias.co checkout | |
git config --global alias.cb "checkout -b" | |
git config --global alias.chm "checkout master" | |
git config --global alias.st status | |
git config --global alias.ai "add -i" | |
git config --global alias.pofm "push origin +master" | |
git config --global alias.po "push origin" | |
git config --global alias.gg 'log --oneline --abbrev-commit --all --graph --decorate --color' | |
git config --global alias.ggs 'log --color --date-order --graph --oneline --decorate --simplify-by-decoration --all' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment