PHOTO
(via absurdli)
reblogged from absurdli
Learning Git can be a pain in the ass sometimes (OFTEN). One feature that has continually caused me to pull hair while I was climbing the learning curve is git-rebase. Rebase is a very useful tool, but also gives you more than enough rope to hang yourself with. Several questions need to be answered to fully understand a rebase: […]
git log —pretty=format: —name-status | cut -f2- | sort -u