- Create a personal fork of organization repository.
- Clone fork to your local machine.
- In the local clone of your personal fork:
git remote add upstream https://github.com/oslabs-beta/Catalyst.git
git checkout master-> Make sure you're starting at your local master branchgit pull upstream master-> Pull in any merged changes from organization mastergit push origin master-> Update your remote fork with the new mastergit checkout -b-> Create a new feature branch and switch into it