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 | | |