Joined February 2012
·

Ravi Kotecha

Pickled Lime Ltd
·
London, UK
·
·

you can also merge with -,
so can you do something like

> git checkout -b new_feature
// do stuff
> git commit -am "done"
> git checkout master
> git merge -
Posted to Speed up pushing to Github over 1 year ago

@rabovik it'll work with anything that uses ssh as a transport for git, I think bitbucket would work fine

Achievements
132 Karma
2,355 Total ProTip Views