LoginSignup
1
0

More than 5 years have passed since last update.

Git MEMO

Last updated at Posted at 2018-07-06

コンフリクトしたファイルだけを表示する

$ git diff --name-only --diff-filter=U

ブランチの所有者と更新日時を確認する

git for-each-ref --format='%(committerdate) %09 %(authorname) %09 %(refname)' | sort -k5n -k2M -k3n -k4n

ignore しているファイルを表示する

$ git status --ignored
1
0
0

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
1
0