Author

Topic: Which commit? (Read 679 times)

full member
Activity: 179
Merit: 151
-
December 18, 2013, 11:47:00 AM
#2
It's worthwhile to learn the git bisect command for finding things like this out.

If the offending commit did nothing except this, you can even commit a reversion to your local repository, by running git revert 123abc. Then you can keep track of future updates by
Code:
git fetch origin
git rebase origin master

(You may want to replace 'master' with some other branch, if it offends you that 'master' will no longer match 'origin/master'.)
member
Activity: 81
Merit: 1002
It was only the wind.
December 18, 2013, 11:42:47 AM
#1
NaN.
Jump to: