Changes between Version 44 and Version 45 of HowToGit


Ignore:
Timestamp:
May 24, 2019, 4:37:09 AM (5 years ago)
Author:
martinl
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HowToGit

    v44 v45  
    120120'''- to be discussed -'''
    121121
    122 Direct commits are allowed, but you can still use alternatively the same workflow as defined for [HowToGit#Workflowforcoregrassrepository core repository based on PR].
     122Direct commits are allowed, but you can still use alternatively the same workflow as defined for [HowToGit#Workflowforcoregrassrepository core repository based on PRs].
    123123
    124124One time only:
     
    140140# assuming that "origin" points to OSGeo/grass-addons
    141141git fetch origin
     142# IMPORTANT - ALWAYS REBASE IN ORDER TO AVOID NOT NEEDED MERGE COMMITS (!!!)
    142143git rebase origin/master
    143144