Changes between Version 2 and Version 3 of code/tools/Git
- Timestamp:
- Sep 3, 2010, 2:57:30 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
code/tools/Git
v2 v3 27 27 git init 28 28 # 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.git29 git remote add origin login.ee.ethz.ch:~adrfried/orxonox.git 30 30 git config --replace-all remote.origin.fetch '+refs/remotes/*:refs/remotes/*' 31 31 git fetch