Xfce Wiki

Sub domains
 

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
contribute:dev:git:start [2020/04/19 01:24] – [Git rules on git.xfce.org] ochosicontribute:dev:git:start [2020/05/14 01:37] – [GitLab Forks and Merge Requests] ochosi
Line 4: Line 4:
   * **[[start#Setting your Git credentials|Setting your Git credentials]]**   * **[[start#Setting your Git credentials|Setting your Git credentials]]**
   * **[[start#Git usage example on an Xfce project|Git usage example on an Xfce project]]**   * **[[start#Git usage example on an Xfce project|Git usage example on an Xfce project]]**
-  * **[[start#Git permission on git.xfce.org|Git permission on git.xfce.org]]**+  * **[[start#GitLab Forks and Merge Requests|GitLab Forks and Merge Requests]]** 
 +  * **[[start#Git rules on gitlab.xfce.org|Git rules on gitlab.xfce.org]]**
   * **[[start#Git repository description|Git repository description]]**   * **[[start#Git repository description|Git repository description]]**
   * **[[:contribute/dev/git/github|Xfce GitHub mirror]]**   * **[[:contribute/dev/git/github|Xfce GitHub mirror]]**
Line 70: Line 71:
  
 [[|Back To Top]] [[|Back To Top]]
 +
 +
 +----
 +===== GitLab Forks and Merge Requests =====
 +
 +If you want to contribute code the best way is to get a contributor's account and fork the project you would like the contribute to and file a [[https://docs.gitlab.com/ee/user/project/merge_requests/|merge request]].
 +  - Fork the project
 +  - Clone your fork
 +  - Create a new branch
 +  - Change and push your code to your fork/branch
 +  - Start a merge request and [[https://docs.gitlab.com/ee/user/project/merge_requests/allow_collaboration.html|allow maintainers to change your branch]] (this means maintainers can rebase your branch on top of master using the GitLab Web UI)
 +  - Wait patiently
 +
 +[[|Back To Top]]
 +
  
 ---- ----