Gitコマンド省略
git config --global alias.st status | |
git config --global alias.co checkout | |
git config --global alias.br branch | |
git config --global alias.cm commit | |
git config --global alias.fc fetch | |
git config --global alias.df diff | |
git config --global alias.gr grep |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment