Learn Git Branching
pcottle.github.com
Learn Git Branching
1–10 of 144 posts
Re: Learn Git Branching
#2Re: Learn Git Branching
#3It would be great if the help page popped up when I first load the site, so I don't have to guess and type "help" at the prompt to find out the purpose of the site. :)
Still, nice idea.
Re: Learn Git Branching
#4I also like the fact that there are no instructions on the page which would make this really useful as a quiz tool to see how students / interview candidates / etc approach the problem space. I fully intend to fork and try to make my own levels when I get some free time.
Great concept. Is this based on something else similar or entirely new?
Re: Learn Git Branching
#5Re: Learn Git Branching
#6Re: Learn Git Branching
#7Re: Learn Git Branching
#8I don't get how it works.
- 'git checkout -b branch_name' to create a branch
- 'git checkout branch_name' to switch branches
- 'git commit' to add dummy commits (no need to git add stuff)
Edit: formatting
Re: Learn Git Branching
#9I don't get how it works.