In Git, a branch is a pointer to a specific commit. The branch pointer moves along with each new commit you make and only diverges in the graph if a commit is made on a common ancestor commit. Learn More
In Git, the cherry pick command takes changes from a target commit and places them onto the HEAD of your currently checked-out branch. Learn More
Get updates when we publish new concepts by signing up for our newsletter!