Skip to content

Instantly share code, notes, and snippets.

@martinsam
Created March 9, 2011 08:39
Show Gist options
  • Select an option

  • Save martinsam/861894 to your computer and use it in GitHub Desktop.

Select an option

Save martinsam/861894 to your computer and use it in GitHub Desktop.
Fusionner les modifications du référentiel github à distance avec votre dépôt local
- Après avoir forké le dépôt de "Jedi" (via bouton Fork )
- Utiliser le dépôt sur votre machine via : git clone https://github.com/<your_name>/<project_name>.git donc git clone https://github.com/padawan/laser.git
- Amusez vous dans votre dépôt ...
- Rohh jedi à mise à jour son sabre laser comment faire, je veux aussi cette hype mise à jour ?
git remote add jedi git://github.com/jedi/laser.git
git pull jedi master
git push
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment