Changes between Version 111 and Version 112 of DeveloperGuidelines/Git


Ignore:
Timestamp:
02/25/15 09:45:38 (10 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelines/Git

    v111 v112  
    1919cd web2py/applications
    2020git clone git@github.com:GITHUB_USERNAME/eden.git
     21}}}
     22'''If you already have a clone of trunk then you can link this to your new repo using:'''
     23{{{
     24cd web2py/applications/eden
     25git remote set-url origin git@github.com:GITHUB_USERNAME/eden.git
    2126}}}
    22277. Test that you can {{{push}}} code back to your "origin" !GitHub repository: