Skip to content

Instantly share code, notes, and snippets.

@bbevan
Forked from CristinaSolana/gist:1885435
Last active September 14, 2018 23:18
Show Gist options
  • Save bbevan/eb7cbb1f11db4f59a452eaac5a67de75 to your computer and use it in GitHub Desktop.
Save bbevan/eb7cbb1f11db4f59a452eaac5a67de75 to your computer and use it in GitHub Desktop.
Keeping the susedoc develop fork up to date

1. Clone your fork:

git clone https://github.com/bbevan/doc-sle.git

2. Add remote from original repository in your forked repository:

cd doc-sle/
git remote add upstream https://github.com/SUSE/doc-sle.git
git fetch upstream

3. Updating your fork from original repo to keep up with their changes:

git pull upstream develop

4. Push it

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