Skip to content

Instantly share code, notes, and snippets.

@hunje
Created March 30, 2020 08:45
Show Gist options
  • Save hunje/2b284769c6c74d265273add9af39c1c2 to your computer and use it in GitHub Desktop.
Save hunje/2b284769c6c74d265273add9af39c1c2 to your computer and use it in GitHub Desktop.
Tips for git

以前チェックアウトしたブランチに切り替え

git checkout - 

ローカルのブランチのサマリーを見る

git branch -vv

現在ブランチの修正内容のみ見る

git status -sb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment