Skip to content

Instantly share code, notes, and snippets.

@Juszczak
Last active April 26, 2020 09:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Juszczak/02b41c88510ae99ef307ad9f6aed65a8 to your computer and use it in GitHub Desktop.
Save Juszczak/02b41c88510ae99ef307ad9f6aed65a8 to your computer and use it in GitHub Desktop.
Synchronizacja forka ze starterem

Synchronizacja forka

Wersja SSH

git remote add upstream git@github.com:cdv-poznan/javascript-project-starter.git

git fetch upstream

git rebase upstream/master

Wersja HTTPS

git remote add upstream https://github.com/cdv-poznan/javascript-project-starter.git

git fetch upstream

git rebase upstream/master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment