Git – Pushing Changes Posted on December 8, 2017December 23, 2018 by Nikko Let’s say you’re on the ‘Dev’ branch and want to push your changes all the way to master… 1. Verify you are on the ‘Dev’ branch git branch 2. Pull any/all cha... Read More