Dne 16.5.2012 17:20, Togan Muftuoglu napsal(a): > and if you use git-flow from the devel:tools:scm then branching is so easy and > clean > > for some info > > <http://nvie.com/posts/a-successful-git-branching-model/> > <http://jeffkreeftmeijer.com/2010/why-arent-you-using-git-flow/ > > <http://vimeo.com/16018419>
Thanks for the links, sounds interesting. I'm using grb (Git Remote Branch), it helps with managing branches, as some git commands are not intuitive (like removing a remote branch). Install grb rubygem (via plain "gem install grb" command, AFAIK there is no RPM package yet). It provides "grb" command. A nice feature is that you can run it in dry-mode which only prints the needed git commands without executing them. -- Ladislav Slezák Appliance department / YaST Developer Lihovarská 1060/12 190 00 Prague 9 / Czech Republic tel: +420 284 028 960 [email protected] SUSE -- To unsubscribe, e-mail: [email protected] To contact the owner, e-mail: [email protected]
