Skip to content

Instantly share code, notes, and snippets.

@stlk
Last active August 22, 2016 09:07
Show Gist options
  • Save stlk/61a707d06b23a1e98ec6aad475364c80 to your computer and use it in GitHub Desktop.
Save stlk/61a707d06b23a1e98ec6aad475364c80 to your computer and use it in GitHub Desktop.
Update pyladies fork from upstream

Pridat odkaz na puvodni repository

git remote add upstream https://github.com/PyLadiesCZ/pyladies.cz.git

Stahnout zmeny

git fetch upstream

Prepnout se na svuj master

git checkout master

Mergnout zmeny na svuj master

git merge upstream/master

Vytvoreno dle

https://help.github.com/articles/syncing-a-fork/

@lspdv
Copy link

lspdv commented Aug 22, 2016

diky 💐 to mi moc pomohlo!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment