Skip to content

Instantly share code, notes, and snippets.

@widyakumara
Created September 26, 2019 10:36
Show Gist options
  • Save widyakumara/f07b38253c1fae52de7f3f852fe470a8 to your computer and use it in GitHub Desktop.
Save widyakumara/f07b38253c1fae52de7f3f852fe470a8 to your computer and use it in GitHub Desktop.
update fork master branch from original repo
git checkout master
git fetch upstream
git merge upstream/master
git push
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment