We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92ace05 commit 4db2851Copy full SHA for 4db2851
README.markdown
@@ -36,6 +36,13 @@ GitHub pull requests are preferred. Any contributions must be distributed under
36
37
Please see the [CONTRIBUTING file](CONTRIBUTING.md) for suggestions and guidelines on contributing to Gitblit. Thank you!
38
39
+### tl;dr
40
+1. [Fork](https://github.com/gitblit-org/gitblit/fork) (and then `git clone https://github.com/gitblit-org/gitblit.git`).
41
+2. Create a branch (`git checkout -b branch_name`).
42
+3. Commit your changes (`git commit -a`).
43
+4. Push to the branch (`git push origin branch_name`).
44
+5. Open a Pull Request.
45
+
46
47
Building Gitblit
48
----------------
0 commit comments