Changes between Version 4 and Version 5 of GitSetup


Ignore:
Timestamp:
2014-09-11 10:34:00 (10 years ago)
Author:
edy
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GitSetup

    v4 v5  
    5858        $ git remote set-url origin ssh://git@projects.edy.es/edy/vehicle-physics.git 
    5959 
    60 ## Configuring a repository cloned from Codaset to use the new location 
    61  
    62 ___Windows:___ Right-click the project's folder and select "Git Bash here" from the pop-up menu.   
    63 ___Mac OSX:___ Open a Terminal window, then _cd_ to the project's directory. 
    64  
    65 Http (prompts for user and password on each remote access): 
    66  
    67         $ git remote set-url origin http://projects.edy.es/git/edy/vehicle-physics.git 
    68  
    69 SSH (requires configuring a SSH key, see above): 
    70  
    71         $ git remote set-url origin ssh://git@projects.edy.es/edy/vehicle-physics.git 
    72  
    73  
    74 [1]: http://code.google.com/p/msysgit/downloads/list 
    75 [2]: http://code.google.com/p/git-osx-installer/downloads/list 
    76  
    77  
    78  
    7960}}}