[En-Nut-Discussion] Switching to GIT
Ole Reinhardt
ole.reinhardt at embedded-it.de
Wed Sep 25 23:45:41 CEST 2013
Hi all,
@Harald: That's really good news to see you considering git :)
> Killer argiment for GIT are:
A few more:
The real killer argument is:
- You can use "git stash":
You can save your latest changes temporary on a stack and apply it
back later again. This allows you to revert a single, perhaps non
working change just for a second to compile the whole tree for
example.
- Branching:
As Uwe just noticed, local branching is very easy. There is no need
to do this public, if you just want to implement some new features.
You can merge back your branch later and then push the final result
- Merging / Cherry picking:
Merging and cherry picking single changes is solved very powefull and
easy with git.
... and lots more :)
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