Superfud
- Karma
- 0
- Created
- ()
- Submissions
- 0
- Modernize Your Git Workflow (object.io)
- Identify what your Ruby process is doing (object.io)
- Ack Effortlessly search your codebase (object.io)
- Quick data import and linking in Rails (object.io)
- Easy local code-review with git (object.io)
- Simple git workflow with hack and ship (object.io)
Branches are virtually free with git, it makes a lot of sense to create short-lived feature-branches for each new thing you start working on. This does mean a bit of shuffling back and forth to integrate changes from…