2015-09-28 8:53 GMT+02:00 stepharo <stepharo@free.fr>:


Le 27/9/15 15:33, Peter Uhn��k a ��crit��:
Because to me git is **really** complex. I do not talk about add push commit but rebase remote....

Git allows you to do complex things if you need them.
But you can easily use git without ever needing rebase, filter-branch or whatnot.

Everything that Monticello can do can be done with git easily (commit, push, pull, merge).
It just gives you much more powerful tools.

sure except that suddenly you do not know why you have to know the arcanes part.
I think that git is not layered so you get exposed to a lot of details even when you avoid.

You probably nailed it when it comes to why git seems more complex that needs to be.
��
May be having a set of git macros would help.��
��
Maybe not because macros are fragile and your average set of git commands is rather limited. Making git simpler through Pharo could be nice...

Thierry