More than 1 year has passed since last update.
コンフリクトしたファイルだけを表示する
$ git diff --name-only --diff-filter=U
ブランチの所有者と更新日時を確認する
git for-each-ref --format='%(committerdate) %09 %(authorname) %09 %(refname)' | sort -k5n -k2M -k3n -k4n
ignore しているファイルを表示する
Why not register and get more from Qiita?
- We will deliver articles that match you
By following users and tags, you can catch up information on technical fields that you are interested in as a whole
- you can read useful information later efficiently
By "stocking" the articles you like, you can search right away
Sign upLogin