Outils pour utilisateurs

Outils du site


git:keep_fork_in_sync

**Ceci est une ancienne révision du document !**

1. Clone your fork:

git clone git@github.com:YOUR-USERNAME/YOUR-FORKED-REPO.git

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

cd into/cloned/fork-repo
git remote add upstream git://github.com/ORIGINAL-DEV-USERNAME/REPO-YOU-FORKED-FROM.git
git fetch upstream

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

git pull upstream master

4. Push to gitlab remote

 
 git push
 

Source : https://gist.github.com/CristinaSolana/1885435

git/keep_fork_in_sync.1504104696.txt.gz · Dernière modification: 2017/08/30 16:51 par marc dexet