Tag Archives: version control

new grem feature: jumping quickly to a location on github.com

I added a new feature to grem: if you’re somewhere in your ~/github directory, you can simply type “grem” and the program will use launchy to open an appropriate page on GitHub in the default browser. For example: if you’re … Continue reading

Posted in uncategorized | Tagged , , , , , | Comments Off

grem: a github repo manager

Meet grem. Short for gremlin, grem is a tool for managing local copies of github repos. Grem is also my first gem. It was remarkably easy to create a gem with newgem and push it to gemcutter. Right now, all … Continue reading

Posted in uncategorized | Tagged , , , , , , | Comments Off

Partially merging a branch with git

The other day I went back to an old branch that had about five files that were changed and I only wanted to incorporate two of them into my master branch. In order to just merge in a couple, I … Continue reading

Posted in uncategorized | Tagged , , | Comments Off