Month March 2018

Git Tricks

Here are some tricks that I use. They’re here because I need a place to quickly refer to them. Updating a fork with upstream changes: Reference: git fetch upstream git checkout master git merge upstream/master Interactive rebasing: git rebase…