Re: cogito remote branch
From: Michael Dressel <hidden>
Date: 2016-06-15 22:43:49
Michael Dressel wrote:quoted
On Fri, 9 Nov 2007, Jon Loeliger wrote:quoted
On Fri, 2007-11-09 at 10:10, MichaelTiloDressel@t-online.de wrote:quoted
There are just some features which simplify things for me in cogito. E.g. in cogito in the
simplest
quoted
quoted
quoted
way you don't need to be aware of the index. While with git you have to remember to add the changes to the index explicitly to get them committed."git commit -a ..." might be useful for you. Other lingering cogito-isms you think are lacking in git?Thanks for the hint. I have to use git for a while to understand what
may
quoted
still be lacking (at least for me, if at all). Off the top of my head
one
quoted
other difference is that if I do a cg-push the remote (or origin) head
is
quoted
updated automatically, I think.
Jakub Narebski wrote:
If you mean that tracking branches are updated on push, this is what git also does from some time (perhaps not in released version, so please wait or run 'master').
Ok nice. Another thing is that git-push will push all the tracking branches in refs/remotes/origin. I was wondering if it was possible to have some cogito like wrapper scripts (lets say kg-...) for git again which would use the git commands with some arguments in order to resemble the cogito behavior even more closely. But it dawned on me that this would most likely end up in a rather large amount of script code again. Cheers, Michael