travi / dotfiles

My disaster recovery plan.
21 stars 6 forks source link

add git alias to view pulled changes #104

Open travi opened 9 years ago

travi commented 9 years ago

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

travi commented 9 years ago

107 may be helpful for this

travi commented 8 years ago

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