7 ms·
Level 3 Intro - Create a branch, checkout, commit, checkout master, commit, merge. It says it can be done in five commands and I'm doing it in six (following t
by rbellio 13y ago
Level 3 Intro - Create a branch, checkout, commit, checkout master, commit, merge. It says it can be done in five commands and I'm doing it in six (following the above steps very closely). What am I missing?
- xxbondsxx 13y agogit checkout -b will make the branch and check it out at the same time. You can always use "show solution" to see what we are using as the benchmark. Command discovery is a bit hard to communicate in this app -- I added the helper bar at the bottom for the most common commands but I only have so many pixels...
- rbellio 13y agoThanks.
- deleted 13y ago[deleted]