Added git alias to list only conflicted files

This commit is contained in:
Gurkirat Singh
2020-12-10 09:27:42 +05:30
committed by Noah Gorny
parent bc32b40088
commit 957cd578f7

View File

@@ -55,6 +55,7 @@ alias gcpx='git cherry-pick -x'
alias gd='git diff'
alias gds='git diff --staged'
alias gdt='git difftool'
alias glsu='git diff --name-only --diff-filter=U' # lists only the names of conflicted files
# archive
alias gexport='git archive --format zip --output'