Some Git Tips

from blog The Darth Mall, | ↗ original
I came across this talk a little while back with some great tips for Git (YouTube). I’m a sucker for Git tips (see also Vim). Here are a few of the ones that jumped out at me. git log -L The -L flag (which also works with git blame) will limit the commits shown to just the specified lines, or even some function in the file. So git log -L...