Changes between Version 28 and Version 29 of InstallationGuidelines/Developer/PostPython


Ignore:
Timestamp:
01/08/14 13:51:34 (11 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InstallationGuidelines/Developer/PostPython

    v28 v29  
    3434If you intend to develop for Sahana Eden and have your code pulled into Trunk you need to follow the instructions [DeveloperGuidelines/Git#ForkYourOwnSahanaEdenRepository Fork Your Own Sahana Eden Repository] to be able to {{{pull}}} new updates and {{{push}}} changes.
    3535
     36==== Mac Users Note ====
    3637
    37 
    38 '''Mac Users Note'''[[BR]]
    39 
    40 To avoid an issue that you may encounter with ongoing coding which is explained in the following stackoverflow.com thread,[[BR]]
    41 [http://stackoverflow.com/questions/17829537/git-says-that-some-of-my-image-files-are-untracked-they-are-not][[BR]]
    42 
    43 Before running the command to clone the repo, make sure to run:
     38To avoid an issue that you may encounter with ongoing coding which is explained in this [http://stackoverflow.com/questions/17829537/git-says-that-some-of-my-image-files-are-untracked-they-are-not stackoverflow.com thread], before running the command to clone the repo, make sure to run:
    4439{{{
    4540git config --global core.precomposeunicode true