Changes

m
Line 137: Line 137:  
git push
 
git push
 
</source>
 
</source>
  −
To merge changes done into your forked GIT instance into official Dolibarr instance:
  −
* Go into GitHub web interface of your forked Git instance.
  −
* Click on small button "Create a Pull request".
  −
* Choose commit you request inclusion and validate.
      
To cancel a commit:
 
To cancel a commit:
Line 152: Line 147:  
git revert IdCommit  or  git revert HEAD  (for last commit)
 
git revert IdCommit  or  git revert HEAD  (for last commit)
 
</source>
 
</source>
 +
 +
To merge changes done into your forked GIT instance into official Dolibarr instance:
 +
* Go into GitHub web interface of your forked Git instance.
 +
* Click on small button "Create a Pull request".
 +
* Choose commit you request inclusion and validate.
    
= Add an external commit into current repository =
 
= Add an external commit into current repository =