Reading Time: < 1 minute https://www.atlassian.com/git/tutorials/cherry-pick
Category: <span>Git</span>
Reading Time: < 1 minute Keeping the master branch clean and tidy is something that I am all for. One way of accomplishing this is by having squash commits from your feature branches into master.…
Reading Time: < 1 minute Sometimes you may need to rename a branch that has also been pushed to the remote repository. This is actually quite simple… 1. Rename your local branch From the branch…
Reading Time: < 1 minute Committed and realized that one of the new files is not yet being tracked? This is assuming you have not pushed to your remote repository. Git pull not pulling everything…