Changes between Version 23 and Version 24 of DeveloperGuidelines/Git


Ignore:
Timestamp:
01/25/12 00:01:32 (13 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelines/Git

    v23 v24  
    1717cd web2py/applications
    1818git clone git@github.com:mygitusername/eden.git
     19cd eden
     20git remote add upstream git://github.com/flavour/eden.git
    1921}}}
    2022
     
    3638    url = git@github.com:<mygitusername>/<mybranch>.git
    3739}}}
    38 * Create the intiial repo for this new branch
     40* Create the initial repo for this new branch
    3941{{{
    4042cd <mybranch>