Changes between Version 5 and Version 6 of DeveloperGuidelines/Git


Ignore:
Timestamp:
12/20/11 22:00:43 (13 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelines/Git

    v5 v6  
    2020}}}
    2121* Delete the contents of <mybranch> other than {{{.git}}} & {{{.gitignore}}}
     22* Edit {{{.git/config}}}:
     23{{{
     24[remote "origin"]
     25    fetch = +refs/heads/*:refs/remotes/origin/*
     26    url = git@github.com:<mygitusername>/<mybranch>.git
     27}}}
    2228* Copy all the contents from <mybranch2> into <mybranch>
    2329{{{