Evan's Jujutsu Tutorial
evmar.github.io
Evan's Jujutsu Tutorial
1–8 of 8 posts
Re: Evan's Jujutsu Tutorial
#2Re: Evan's Jujutsu Tutorial
#3One thing I miss is the whole pull/push workflow, but for the rest this appears to be a very good resource.
Re: Evan's Jujutsu Tutorial
#4I have been convinced by the sales pitch https://evmar.github.io/jjtut/pitch/ I will give a try to jj!
Re: Evan's Jujutsu Tutorial
#5Re: Evan's Jujutsu Tutorial
#6By this point this is probably the fourth jj tutorial I have read. I haven't dabbled in it (yet), but this appears to be one of the straighter ones. Meaning not a lot of fluff, a well thought out ordering of lessons and well suited for people who come from git. One thing I miss is the whole pull/push workflow, but for the rest this appears to be a very good resource.
What do you mean by this?
Re: Evan's Jujutsu Tutorial
#7By this point this is probably the fourth jj tutorial I have read. I haven't dabbled in it (yet), but this appears to be one of the straighter ones. Meaning not a lot of fluff, a well thought out ordering of lessons and well suited for people who come from git. One thing I miss is the whole pull/push workflow, but for the rest this appears to be a very good resource.
> One thing I miss is the whole pull/push workflow What do you mean by this?
Maybe I am mistaken, but the only remote stuff I have read in this article was the clone command in the beginning. Maybe I missed it?
Edit: Nevermind I did miss it.
Re: Evan's Jujutsu Tutorial
#8Earlier quoted context omitted.
> One thing I miss is the whole pull/push workflow What do you mean by this?
In a normal git workflow you have others working on files as well. You can pull their or push your versions via one or more remotes. Maybe I am mistaken, but the only remote stuff I have read in this article was the clone command in the beginning. Maybe I missed it? Edit: Nevermind I did miss it.
Check out jjui - it makes it all that much more simple.