LoginSignup
2

More than 5 years have passed since last update.

【2015/02/26】Tig/Git学び

Posted at
▼ Gitの設定
○ gitコマンドのエイリアスの設定
$ git config --global alias.ch checkout
$ git config --global alias.co commit
$ git config --global alias.st status
$ git config --global alias.br branch
$ git config --global alias.hist 'log --pretty=format:\"%h %ad | %s%d [%an]\" --graph --date=short'
▼ 参考サイト

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2