$ gem install toothpick
#Setup toothpick
toothpick init git@github.com:code-mancers/picks.git
#Open today's pick file for editing
toothpick new
#Save and quit to commit and push pick to repo
#NOTE: Experimental feature
#Search for a pick and open containing files in your $EDITOR
toothpick search STRING
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request