DEV Community

Discussion on: 5 Great Git CLI Shortcuts

Collapse
 
canro91 profile image
Cesar Aguirre

Today I came across to this one:

alias gconf='git diff --name-only --diff-filter=U'

To list the conficted files after a merge