Changes between Version 52 and Version 53 of HowToGit
- Timestamp:
- 06/03/19 12:50:37 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
HowToGit
v52 v53 16 16 * fork the GRASS GIS repository, and create feature branch(es) with the changes, and suggest your changes as pull requests. 17 17 18 === Workflow for core grassrepository ===18 === Workflow for core GRASS GIS git repository === 19 19 20 20 '''- to be discussed -''' 21 21 22 ==== Preparation: cloning the repo ==== 23 22 24 First [https://github.com/OSGeo/grass fork the GRASS GIS repo] in the !GitHub UI to `your_GH_account`. This is the same as what !GitHub documentation suggests. See: [https://help.github.com/en/articles/fork-a-repo Fork a repo] and [https://help.github.com/en/articles/syncing-a-fork Syncing a fork] in !GitHub help. 23 25 24 26 Note: add SSH key, see [https://help.github.com/en/articles/connecting-to-github-with-ssh GitHub documentation]. 25 27 26 One time only:27 28 {{{ 28 29 # "origin" points to your fork repo - IMPORTANT … … 41 42 }}} 42 43 43 Working with git: 44 ==== Working with git ==== 45 46 Note: this requires the "remotes" to be set as shown above. 47 44 48 {{{ 45 49 # <make local source code changes>