eliben / pss

pss is a power-tool for searching inside source code files.
Other
327 stars 46 forks source link

Fix for issue 10 and issue 4 #15

Closed benhoyt closed 11 years ago

benhoyt commented 11 years ago

I know this is two fixes in one, so take it or leave it, but I couldn't figure out how to exclude a certain commit/file from it. If you want just the issue 10 fix, exclude the changes to pss.py. I can do the very very basics with git (push/pull/commit), but I can see I'm going to have to invest some serious time learning git branches and switches and all that in the near future. I've spent enough time on this for now. :-)

benhoyt commented 11 years ago

Hmmmm, no, that's not good at all. It come through with the zillion commits I'd made along the way, when in fact there were very few changes. I'd better close this.

eliben commented 11 years ago

Ben, you can use git rebase to effectively tailor-cut commits that go or don't go in a branch. See http://git-scm.com/book/en/Git-Tools-Rewriting-History, for example.

benhoyt commented 11 years ago

That sounds exactly like what I was looking for. Your git pointers are very helpful, thank you!