Adds git aliases for viewing conflicts
This commit is contained in:
parent
4eb9908e2f
commit
27faf0c14d
2 changed files with 2 additions and 0 deletions
|
|
@ -6,6 +6,7 @@
|
|||
recent = for-each-ref --count=10 --sort=-committerdate refs/heads/ --format=\"%(refname:short)\"
|
||||
today = log --since=00:00:00 --all --no-merges --oneline --author=\"$(git config --get user.email)\"
|
||||
changed-files =
|
||||
conflicts = diff --name-only --diff-filter=U
|
||||
[commit]
|
||||
gpgsign = true
|
||||
[gpg]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue