Git Checkout | Git Commands tutorial for beginners | Code Incubator

Опубликовано: 14 Март 2017
на канале: Code Incubator
145
0

The git checkout command lets you navigate between the branches created by git branch. Checking out a branch updates the files in the working directory to match the version stored in that branch, and it tells Git to record all new commits on that branch. Think of it as a way to select which line of development you’re working on. Git Commands tutorial for beginners