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
| commands in shell | |
| git config --global core.editor code | |
| git config --global --edit | |
| add in .gitconfig | |
| [alias] | |
| c = !git add --all && git commit -m | |
| nb = !git checkout -b | |
| p = !git push -u origin | |
| s = !git status -s |
NewerOlder