Git: Difference between revisions

5 bytes removed ,  12 April 2014
m
move contributor's guide link to the top
m (add to Development category)
m (move contributor's guide link to the top)
Line 1: Line 1:
== Introduction ==
== Introduction ==
If you have never used [http://git-scm.com/ Git] before, here is a quick intro to get you started:
If you have never used [http://git-scm.com/ Git] before, here is a quick intro to get you started. For Dolphin-specific workflows, read the [[Contributor's Guide]].


First, set up Git:
First, set up Git:
Line 47: Line 47:
</pre>
</pre>
It may be useful to know that Git branches are actually just labelled pointers into the commit graph.
It may be useful to know that Git branches are actually just labelled pointers into the commit graph.
== Dolphin-specific Git(Hub) Workflow ==
See [[Contributor's Guide]].


[[Category:Development]]
[[Category:Development]]
2,231

edits