Agree with the YMMV, but I've always felt that was the *key* feature -
do whatever I want with the code on my own laptop and only when I feel
it's worth making public do I push it out. But in the meanwhile I can
always keep in sync with other public updates to master (or any public
branch for that matter)

On Tue, May 15, 2012 at 2:02 PM, Igor Filippov [Contr]
<filipp...@mail.nih.gov> wrote:
>
>>
>>
>> (master) $ git checkout -b myNewBranch
>> (myNewBranch) $ emacs someSourceCode.cpp #edit
>> (myNewBranch) $ git commit
>> (myNewBranch) $ git checkout master
>> (master) $ git merge myNewBranch
>>
>
> One important detail is the commit doesn't actually commit anything -
> everything is still on your local disk. The remote repository will
> remain blissfully unaware of your modifications. YMMV but for me it was
> one of the biggest disappointments that to get the stuff back into main
> repo one has to jump through some non-obvious steps.
>
> Igor
>
>
>
> ------------------------------------------------------------------------------
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and
> threat landscape has changed and how IT managers can respond. Discussions
> will include endpoint security, mobile security and the latest in malware
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> _______________________________________________
> OpenBabel-Devel mailing list
> OpenBabel-Devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/openbabel-devel



-- 
Rajarshi Guha | http://blog.rguha.net
NIH Center for Advancing Translational Science

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
OpenBabel-Devel mailing list
OpenBabel-Devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openbabel-devel

Reply via email to