2013-06-26 3 views

Répondre

2

Je suppose que cela pourrait fonctionner.

  1. ouvrir un dossier vide
  2. git init
  3. git add remote remote_name remote_address
  4. git fetch remote_name
  5. ajoutez votre changement en créer un nouveau
  6. git add your file
  7. `git commit -m "commit message"
  8. git push nom_distant
+0

Thankyou. cela a bien fonctionné – tdub2012