[En-Nut-Discussion] Switching to GIT
Ole Reinhardt
ole.reinhardt at embedded-it.de
Wed Sep 25 23:51:11 CEST 2013
Hi!
> I still can't do anything other than git pull and git commit without google.
The good news is, that most people can use more or less the same
workflow with git, as they did with svn.
Here is a litle comprision to svn:
(svn update you localy modified working copy)
git stash
git pull --rebase
git stash apply
(svn checkin)
git commit
git push
So if you do not more, that's all...
Most people will just use "git pull --rebase" as they are not commiting
any changes anyway.
bye,
Ole
--
kernel concepts GmbH Tel: +49-271-771091-14
Sieghuetter Hauptweg 48 Mob: +49-177-7420433
D-57072 Siegen
http://www.embedded-it.de
http://www.kernelconcepts.de
More information about the En-Nut-Discussion
mailing list