dotfiles icon indicating copy to clipboard operation
dotfiles copied to clipboard

add git alias to view pulled changes

Open travi opened this issue 9 years ago • 2 comments

http://stackoverflow.com/questions/11284350/how-to-see-code-changes-after-git-pull

travi avatar Aug 17 '15 19:08 travi

#107 may be helpful for this

travi avatar Aug 27 '15 02:08 travi

consider new = !sh -c 'git log $1@{1}..$1@{0} "$@"' invoked as git new HEAD credit

travi avatar Jul 05 '16 05:07 travi