Legit. Git for humans
git-legit.org
Legit. Git for humans
1–10 of 136 posts
Re: Legit. Git for humans
#2Re: Legit. Git for humans
#3Is this just syntactic sugar?
Re: Legit. Git for humans
#4Is this just syntactic sugar?
https://github.com/kennethreitz/legit/blob/develop/legit/cli...
Re: Legit. Git for humans
#5This'd made a lot more sense for me if they explain for what particular workflow it's intended and how to use it as such. With examples and all.
Re: Legit. Git for humans
#6Is this just syntactic sugar?
You making sound like something bad for your health.
An alternative syntax can make:
1) usage simpler 2) multiple step processes turn to one step 3) commands easier to remember 4) less error prone
(or the opposite, depending on the specifics of the new syntax).
So, no, this is not "just syntactic sugar" this is "new syntax", that is: an alternative command line user interface.
Re: Legit. Git for humans
#7"# Switches to branch. Stashes and restores unstaged changes."
I guess I can't think of anything in particular, but I feel like something unexpected could go wrong here.
(I didn't know you could pop a the last stash that was made on a given branch?)
Re: Legit. Git for humans
#8Other developer: "I did 'git sprout foo' and made my changes then 'git publish foo'. But now I'm not sure why the foo branch isn't on the public repo." Me: "????"
Re: Legit. Git for humans
#9Is this just syntactic sugar?