Changes

Jump to: navigation, search

Brief introduction to Git

81 bytes added, 18:40, 16 November 2015
Multiple Working Folders
The approach would be:
* checkout clone from the GitHub repository (it doesn't much matter which branch you checkout as we are not going to use this branch directly):
mkdir Gramps cd Gramps mkdir repository cd repository git checkout clone [email protected]:gramps-b Grampsproject/repository origin/mastergramps.git
* then create the various working copies:
# git-new-workdir path/to/repository path/to/new/workingdir branch git-new-workdir ~/Gramps/repository ~/Gramps/gramps34 maintenance/gramps34 git-new-workdir ~/Gramps/repository ~/Gramps/gramps40 maintenance/gramps40 git-new-workdir ~/Gramps/repository ~/Gramps/gramps41 maintenance/gramps41 git-new-workdir ~/Gramps/repository ~/Gramps/master master
You will then need to build the source, but this only needs to be done once, and the 'clean' step is not needed. See [[Getting_started_with_Gramps_development#Run_Gramps_from_the_source| Run from source]] and [[Running_a_development_version_of_Gramps| running]] which describes the process for 'gramps 3.4 and before' as well as after. For example:
manual
389
edits

Navigation menu