Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Version 2 and Version 3 of code/tools/Git


Ignore:
Timestamp:
Sep 3, 2010, 2:57:30 PM (14 years ago)
Author:
adrfried
Comment:

changed git clone url

Legend:

Unmodified
Added
Removed
Modified
  • code/tools/Git

    v2 v3  
    2727git init
    2828# omit the host name and the colon if you are doing this on a Tardis computer
    29 git remote add origin tardis-c07.ee.ethz.ch:/home/adrfried/orxonox.git
     29git remote add origin login.ee.ethz.ch:~adrfried/orxonox.git
    3030git config --replace-all remote.origin.fetch '+refs/remotes/*:refs/remotes/*'
    3131git fetch