Skip to content

Instantly share code, notes, and snippets.

@alexhiggins732
Created January 24, 2021 04:07
Show Gist options
  • Save alexhiggins732/1c51dd185b0e27eb8d547d8d924c813e to your computer and use it in GitHub Desktop.
Save alexhiggins732/1c51dd185b0e27eb8d547d8d924c813e to your computer and use it in GitHub Desktop.
Pulling from upstream master
If not set, add the upstream masters.
git remote add upstream https://github.com/iperov/DeepFaceLab.git
git pull upstream master
git status
git push origin master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment