Elsewhere
Projects
Meta
Tags
blogs code communities configuration databases design django editors emacs firefox git github goals grem heroku iphone javascript jQuery learning lisp marketing microblogging mobile php places pontifications productivity programming python quotes rails robots ruby social media software startups travel twitter ubiquity urls version control video vim vimperator wordpress
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 github, grem, programming, projects, reading code, version control
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 github, grem, last7, programming, projects, reading code, version control
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
