Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
en:manual:contrib:git_contribution_guide [2022/03/30 23:41]
rachad [Hyperbola Source Contribution Guidelines]
en:manual:contrib:git_contribution_guide [2023/02/21 10:34]
i3_relativism Fix simplistic titles
Line 133: Line 133:
 </code> </code>
  
-==== Git Revert ====+===== Reverting commits =====
  
 We countinue with more git commands We countinue with more git commands
Line 163: Line 163:
 </code> </code>
  
-==== Git rebase ====+===== Rebasing codebase =====
  
 However, please don't use this command in master, for that reason i'm insisting for each user to create their own branches. However, please don't use this command in master, for that reason i'm insisting for each user to create their own branches.
Line 173: Line 173:
 </code> </code>
  
-==== Git push ====+===== Pushing changes =====
  
 Remember to push those commits to master and milky-way-v0.4 branches if you consider those ones stable and tested by you first because I will pull them to our build server to build and push to repos. Remember to push those commits to master and milky-way-v0.4 branches if you consider those ones stable and tested by you first because I will pull them to our build server to build and push to repos.