Skip to content

Instantly share code, notes, and snippets.

@maecha
Created May 11, 2017 07:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save maecha/e0c8c2bca624e16e7831231732ba92d5 to your computer and use it in GitHub Desktop.
Save maecha/e0c8c2bca624e16e7831231732ba92d5 to your computer and use it in GitHub Desktop.
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