Development/Git: Difference between revisions

From KDE TechBase
No edit summary
(Marked this version for translation)
(9 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<languages />
<languages />
<translate>
<translate>
<!--T:1-->
This is the hub page for all information about the use of Git by KDE.
This is the hub page for all information about the use of Git by KDE.


This page is a work in progress where all new Git material is being organised.  Most of these sections will eventually be moved to their own pages.  Feel free to add stuff.
== KDE and Git == <!--T:3-->


== KDE and Git ==
<!--T:4-->
This section provides details on using the KDE Git infrastructure.  This is intended for use by KDE developers to find out how KDE uses Git and how to set up Git for use with KDE.


This section provides details on using the KDE Git infrastructure.
<!--T:5-->
The [http://community.kde.org/Sysadmin/GitKdeOrgManual KDE Git System Administrators Manual] is a useful resource for more details on the technical implementation of the KDE Git infrastructure.


</translate>
<!--T:91-->
[http://community.kde.org/Sysadmin/GitKdeOrgManual <translate>is still the primary resource.</translate>]
For more information on how the KDE Git Repositories are organized, please see the [[Getting_Started/Sources|Sources]] page or the [https://projects.kde.org/projects KDE Git Projects] page.
<translate>
 
=== KDE Git Configuration ===
<!--T:92-->
Please note that some KDE modules are still using SVN, for more details read the [[Getting_Started/Sources/Using_Subversion_with_KDE|Using Subversion with KDE]] page.
 
=== KDE Git Configuration === <!--T:6-->


<!--T:7-->
How to configure Git for use with the KDE infrastructure.
How to configure Git for use with the KDE infrastructure.


Please see the </translate>[[/Configuration|<translate>Git Configuration page</translate>]].
<!--T:8-->
<translate>
Please see the [[Special:myLanguage/Development/Git/Configuration|Git Configuration page]].
=== KDE Git Policies ===


=== KDE Git Policies === <!--T:10-->
<!--T:11-->
KDE policies on Git.  More generic development policies go elsewhere.
KDE policies on Git.  More generic development policies go elsewhere.


=== KDE Git Recipes ===
<!--T:93-->
No formal workflow policy currently exists, but a number of draft proposals have been made:
* [[Development/Git/Simple_Workflow]]
* [[Development/Git/Feature_Branch_Workflow]]
* [[Development/Tutorials/Git/Feature_Development_Workflow]]
* http://community.kde.org/Frameworks/Git_Workflow


<!--T:94-->
The SVN Commit Policy is being reviewed to be replaced with a new Commit Policy applying to both SVN and Git:
* [[Policies/SVN_Commit_Policy]]
* [[Policies/Draft/Commit_Policy]]
=== KDE Git Recipes === <!--T:12-->
<!--T:13-->
Short recipes for using Git with the KDE infrastructure.
Short recipes for using Git with the KDE infrastructure.


Please see the </translate>[[/Recipes|<translate>Git Recipes page</translate>]].
<!--T:14-->
<translate>
Please see the [[Special:myLanguage/Development/Git/Recipes|Git Recipes page]].
=== KDE Git Tutorials ===
 
=== KDE Git Tutorials === <!--T:16-->


<!--T:17-->
More in-depth instructions in using Git.
More in-depth instructions in using Git.
</translate>
* [[Development/Tutorials/Git/GitQuickStart|<translate>A quick step-by-step guide for getting started</translate>]]
* [[Development/Tutorials/Git/Create a patch|<translate>Creating a patch</translate>]]


<translate>Please help filling this section by
<!--T:18-->
* [[Special:myLanguage/Development/Tutorials/Git/GitQuickStart|A quick step-by-step guide for getting started]]
 
<!--T:19-->
* [[Special:myLanguage/Development/Tutorials/Git/Create a patch|Creating a patch]]
 
<!--T:20-->
Please help filling this section by
* checking the links at the bottom of the page and see which still have valid content
* checking the links at the bottom of the page and see which still have valid content
* write tutorials yourself
* write tutorials yourself


== External Git Resources ==
== External Git Resources == <!--T:21-->


<!--T:22-->
Links to useful external sites about Git
Links to useful external sites about Git


=== Official Documentation ===
=== Official Documentation === <!--T:23-->
</translate>
 
* [http://git-scm.com/documentation <translate>Links to git official documentation</translate>]
<!--T:24-->
* [http://git-scm.com/documentation Links to git official documentation]
 
=== Git for SVN Users === <!--T:25-->
 
<!--T:26-->
* [http://git-scm.com/course/svn.html The git-svn Crash Course]
 
=== Git books === <!--T:27-->
 
<!--T:28-->
* [http://progit.org/book/ Pro Git] - An easy to understand book on git (CC licensed).
 
<!--T:30-->
* [http://book.git-scm.com/ The git community book], also as a [http://book.git-scm.com/book.pdf pdf]
 
=== Tutorials === <!--T:32-->
 
<!--T:33-->
* [http://www-cs-students.stanford.edu/~blynn/gitmagic/ Git Magic] - A good intro to git (in several languages!)
 
<!--T:35-->
*[http://tom.preston-werner.com/2009/05/19/the-git-parable.html The Git Parable]
- Essential reading if you want to truly understand git.


<translate>
<!--T:37-->
=== Git for SVN Users ===
* [http://www.gitcasts.com/ Git Screencasts]
</translate>
* [http://git-scm.com/course/svn.html <translate>The git-svn Crash Course</translate>]


<translate>
=== Cheat Sheets === <!--T:38-->
=== Git books ===
</translate>
* [http://progit.org/book/ <translate>Pro Git</translate>]<translate> - An easy to understand book on git (CC licensed).</translate>
* [http://book.git-scm.com/<translate> The git community book</translate>], <translate>also as a [http://book.git-scm.com/book.pdf pdf]


=== Tutorials ===
<!--T:39-->
</translate>
* [http://cheat.errtheblog.com/s/git Quick reference]
* [http://www-cs-students.stanford.edu/~blynn/gitmagic/ <translate>Git Magic</translate>] <translate>- A good intro to git (in several languages!) </translate>
*[http://tom.preston-werner.com/2009/05/19/the-git-parable.html <translate>The Git Parable</translate>]<translate> - Essential reading if you want to truly understand git.</translate>
* [http://www.gitcasts.com/ <translate>Git Screencasts</translate>]


<translate>=== Cheat Sheets ===
<!--T:40-->
</translate>
* [http://zrusin.blogspot.com/2007/09/git-cheat-sheet.html Illustrated git cheat sheet]  
* [http://cheat.errtheblog.com/s/git <translate>Quick reference</translate>]
(broken image, get it from [[Media:Zrusin-git-cheat-sheet-medium.png]])
* [http://zrusin.blogspot.com/2007/09/git-cheat-sheet.html <translate>Illustrated git cheat sheet</translate>] <translate>(broken image, get it from [[Media:Zrusin-git-cheat-sheet-medium.png]])


= Documentation Changes =
= Documentation Changes = <!--T:42-->


== KDE Documentation Review ==
== KDE Documentation Review == <!--T:43-->


=== Existing Pages For Review ===
=== Existing Pages For Review === <!--T:44-->


<!--T:45-->
Existing KDE pages about Git, SVN, and/or buildinga KDE that need to be revised.  When revising pages try to split the generic development and revision control policies separate from Git specific stuff.  Do not refer to "the KDE Git Repository" but instead the "KDE Code Repository".  Lots of small simple pages that are less daunting to newbies and can be linked to from multiple locations are preferred to massive walls of text.
Existing KDE pages about Git, SVN, and/or buildinga KDE that need to be revised.  When revising pages try to split the generic development and revision control policies separate from Git specific stuff.  Do not refer to "the KDE Git Repository" but instead the "KDE Code Repository".  Lots of small simple pages that are less daunting to newbies and can be linked to from multiple locations are preferred to massive walls of text.


<!--T:46-->
Keep:
Keep:
</translate>
* [[Development/Tutorials/Git/Basics|<translate>Basics</translate>]]
* [[Development/Tutorials/Git/git-svn|<translate>Git-svn</translate>]]
* [[Development/Tutorials/Git/kde-qt|<translate>Kde-qt</translate>]]
* [[Getting Started/Sources/Amarok Git Tutorial|<translate>The Amarok Git Tutorial</translate>]]


<translate>
<!--T:47-->
On community.kde.org:</translate>
* [[Special:myLanguage/Development/Tutorials/Git/Basics|Basics]]
* [http://community.kde.org/Sysadmin/GitKdeOrgManual <translate>Git-KDE Manual</translate>]
 
* [http://community.kde.org/20110213_GitWorkflowAgenda <translate>Git Workflow Agenda</translate>]
<!--T:48-->
* [http://community.kde.org/20110213_GitWorkflowAgenda/StevesIdea <translate>Git Workflow Agenda, Steve's Idea</translate>]
* [[Special:myLanguage/Development/Tutorials/Git/git-svn|Git-svn]]
<translate>
 
On techbase.kde.org:</translate>
<!--T:49-->
* [[Getting Started|<translate>Getting Started</translate>]]
* [[Special:myLanguage/Development/Tutorials/Git/kde-qt| Kde-qt]]
* [[Getting Started/Build/KDE4|<translate>Build KDE 4</translate>]]
 
* [[Getting Started/Build/KDE4.x|<translate>Build KDE 4.x</translate>]]
<!--T:50-->
* [[Getting Started/Build/KDE4/Prerequisites|<translate>Prerequisites</translate>]]
* [[Special:myLanguage/Getting Started/Sources/Amarok Git Tutorial| The Amarok Git Tutorial]]
* [[Getting Started/Build/KDE4/Windows/subversion|<translate>Subversion on Windows</translate>]]
 
* [[Getting_Started/Increased_Productivity_in_KDE4_with_Scripts|<translate>Increase Productivity with Scripts</translate>]]
<!--T:51-->
* [[Getting_Started/Build/kdesrc-build|<translate>Kdesrc-build</translate>]]
On community.kde.org:
* [[Getting Started/Sources/Anonymous SVN|<translate>Anonymous SVN</translate>]]
 
* [[Getting_Started/Sources/Using_Subversion_with_KDE|<translate>Subversion with KDE</translate>]]
<!--T:52-->
* [[Getting_Started/Using_an_IDE_with_KDE4|<translate>Using an IDE with KDE 4</translate>]]
* [http://community.kde.org/Sysadmin/GitKdeOrgManual Git-KDE Manual]
* [[Policies/SVN_Commit_Policy|<translate>SVN Commit Policy</translate>]]
 
* [[Policies/SVN_Guidelines|<translate>SVN Guidelines</translate>]]
<!--T:53-->
* [[Development/Tools|<translate>Development Tools</translate>]]
* [http://community.kde.org/20110213_GitWorkflowAgenda Git Workflow Agenda]
* [[Development/Tutorials/Git/Recipes|<translate>Git Recipes</translate>]]
 
* [[Development/Tutorials/Git/decoding-git|<translate>Decoding Git</translate>]]
<!--T:54-->
* [[Projects/rekonq/Git_with_rekonq_HowTo|<translate>Git with Rekonq How-to</translate>]]
* [http://community.kde.org/20110213_GitWorkflowAgenda/StevesIdea Git Workflow Agenda, Steve's Idea]
* [[Projects/Related/Subversion|<translate>Subversion</translate>]]
 
* [[Projects/MovetoGit|<translate>Move to Git</translate>]]
<!--T:55-->
* [[Projects/MoveToGit/StepsToMove|<translate>Steps to Move</translate>]]
On techbase.kde.org:
* [[Contribute/Get a SVN Account|<translate>Get a SVN Account</translate>]]
 
* [[Contribute/First Steps with your KDE SVN Account|<translate>First Steps with your KDE SVN Account]]
<!--T:56-->
* [[Special:myLanguage/Getting Started|Getting Started]]
 
<!--T:57-->
* [[Special:myLanguage/Getting Started/Build/KDE4| Build KDE 4]]
 
<!--T:58-->
* [[Special:myLanguage/Getting Started/Build/KDE4.x|Build KDE 4.x]]
 
<!--T:59-->
* [[Special:myLanguage/Getting Started/Build/KDE4/Prerequisites|Prerequisites]]
 
<!--T:60-->
* [[Special:myLanguage/Getting Started/Build/KDE4/Windows/subversion|Subversion on Windows]]
 
<!--T:61-->
* [[Special:myLanguage/Getting_Started/Increased_Productivity_in_KDE4_with_Scripts|Increase Productivity with Scripts]]
 
<!--T:62-->
* [[Special:myLanguage/Getting_Started/Build/kdesrc-build|Kdesrc-build]]
 
<!--T:63-->
* [[Special:myLanguage/Getting Started/Sources/Anonymous SVN|Anonymous SVN]]
 
<!--T:64-->
* [[Special:myLanguage/Getting_Started/Sources/Using_Subversion_with_KDE|Subversion with KDE]]
 
<!--T:65-->
* [[Special:myLanguage/Getting_Started/Using_an_IDE_with_KDE4|Using an IDE with KDE 4]]
 
<!--T:66-->
* [[Special:myLanguage/Policies/SVN_Commit_Policy|SVN Commit Policy]]
 
<!--T:67-->
* [[Special:myLanguage/Policies/SVN_Guidelines|SVN Guidelines]]
 
<!--T:68-->
* [[Special:myLanguage/Development/Tools|Development Tools]]
 
<!--T:69-->
* [[Special:myLanguage/Development/Tutorials/Git/Recipes|Git Recipes]]
 
<!--T:70-->
* [[Special:myLanguage/Development/Tutorials/Git/decoding-git|Decoding Git]]
 
<!--T:71-->
* [[Special:myLanguage/Projects/rekonq/Git_with_rekonq_HowTo|Git with Rekonq How-to]]
 
<!--T:72-->
* [[Special:myLanguage/Projects/Related/Subversion|Subversion]]
 
<!--T:73-->
* [[Special:myLanguage/Projects/MovetoGit|Move to Git]]
 
<!--T:74-->
* [[Special:myLanguage/Projects/MoveToGit/StepsToMove|Steps to Move]]
 
<!--T:75-->
* [[Special:myLanguage/Contribute/Get a SVN Account|Get a SVN Account]]
 
<!--T:76-->
* [[Special:myLanguage/Contribute/First Steps with your KDE SVN Account|First Steps with your KDE SVN Account]]


<!--T:77-->
There are also numerous other pages referring to "the KDE SVN/subversion repositories" which should be replaced with the generic "KDE code repositories".
There are also numerous other pages referring to "the KDE SVN/subversion repositories" which should be replaced with the generic "KDE code repositories".


<!--T:78-->
There are also numerous translated pages which will need to be updated once the original pages are completed.
There are also numerous translated pages which will need to be updated once the original pages are completed.


=== New Page Structure ===
=== New Page Structure === <!--T:79-->
 
<!--T:80-->
* [[Special:myLanguage/Getting_Started|Getting Started]]
 
<!--T:81-->
* [[Special:myLanguage/Getting_Started/Build|Getting_Started/Build]]
 
<!--T:82-->
* [[Special:myLanguage/Getting_Started/Build/Environment|Getting_Started/Build/Environment]]
 
<!--T:83-->
* [[Special:myLanguage/Getting_Started/Build/Requirements|Getting_Started/Build/Requirements]]
 
<!--T:84-->
* [[Special:myLanguage/Getting_Started/Build/Qt|Getting_Started/Build/Q]]
 
<!--T:85-->
* [[Special:myLanguage/Getting_Started/Build/KdeSupport|Getting_Started/Build/KdeSupport]]
 
<!--T:86-->
* [[Special:myLanguage/Getting_Started/Build/Windows|Getting_Started/Build/Windows]]
 
<!--T:87-->
* [[Special:myLanguage/Getting_Started/Build/Mac_OS_X|Getting_Started/Build/Mac_OS_X]]
 
<!--T:88-->
* [[Special:myLanguage/Getting_Started/Run/Shell|Getting_Started/Run/Shell]]
 
<!--T:89-->
* [[Special:myLanguage/Getting_Started/Run/Nested_Session|Getting_Started/Run/Nested_Session]]
 
<!--T:90-->
* [[Special:myLanguage/Getting_Started/Run/Full_Session|Getting_Started/Run/Full_Session>]]
</translate>
</translate>
* [[Special:myLanguage/Getting_Started|<translate>Getting Started</translate>]]
* [[Special:myLanguage/Getting_Started/Build|<translate>Getting_Started/Build</translate>]]
* [[Special:myLanguage/Getting_Started/Build/Environment|<translate>Getting_Started/Build/Environment</translate>]]
* [[Special:myLanguage/Getting_Started/Build/Requirements|<translate>Getting_Started/Build/Requirements</translate>]]
* [[Special:myLanguage/Getting_Started/Build/Qt|<translate>Getting_Started/Build/Q</translate>]]
* [[Special:myLanguage/Getting_Started/Build/KdeSupport|<translate>Getting_Started/Build/KdeSupport</translate>]]
* [[Special:myLanguage/Getting_Started/Build/Windows|<translate>Getting_Started/Build/Windows</translate>]]
* [[Special:myLanguage/Getting_Started/Build/Mac_OS_X|<translate>Getting_Started/Build/Mac_OS_X</translate>]]
* [[Special:myLanguage/Getting_Started/Run/Shell|<translate>Getting_Started/Run/Shell</translate>]]
* [[Special:myLanguage/Getting_Started/Run/Nested_Session|<translate>Getting_Started/Run/Nested_Session</translate>]]
* [[Special:myLanguage/Getting_Started/Run/Full_Session|<translate>Getting_Started/Run/Full_Session></translate>]]

Revision as of 09:45, 4 November 2012

This is the hub page for all information about the use of Git by KDE.

KDE and Git

This section provides details on using the KDE Git infrastructure. This is intended for use by KDE developers to find out how KDE uses Git and how to set up Git for use with KDE.

The KDE Git System Administrators Manual is a useful resource for more details on the technical implementation of the KDE Git infrastructure.

For more information on how the KDE Git Repositories are organized, please see the Sources page or the KDE Git Projects page.

Please note that some KDE modules are still using SVN, for more details read the Using Subversion with KDE page.

KDE Git Configuration

How to configure Git for use with the KDE infrastructure.

Please see the Git Configuration page.

KDE Git Policies

KDE policies on Git. More generic development policies go elsewhere.

No formal workflow policy currently exists, but a number of draft proposals have been made:

The SVN Commit Policy is being reviewed to be replaced with a new Commit Policy applying to both SVN and Git:

KDE Git Recipes

Short recipes for using Git with the KDE infrastructure.

Please see the Git Recipes page.

KDE Git Tutorials

More in-depth instructions in using Git.

Please help filling this section by

  • checking the links at the bottom of the page and see which still have valid content
  • write tutorials yourself

External Git Resources

Links to useful external sites about Git

Official Documentation

Git for SVN Users

Git books

  • Pro Git - An easy to understand book on git (CC licensed).

Tutorials

  • Git Magic - A good intro to git (in several languages!)

- Essential reading if you want to truly understand git.

Cheat Sheets

(broken image, get it from Media:Zrusin-git-cheat-sheet-medium.png)

Documentation Changes

KDE Documentation Review

Existing Pages For Review

Existing KDE pages about Git, SVN, and/or buildinga KDE that need to be revised. When revising pages try to split the generic development and revision control policies separate from Git specific stuff. Do not refer to "the KDE Git Repository" but instead the "KDE Code Repository". Lots of small simple pages that are less daunting to newbies and can be linked to from multiple locations are preferred to massive walls of text.

Keep:

On community.kde.org:

On techbase.kde.org:

There are also numerous other pages referring to "the KDE SVN/subversion repositories" which should be replaced with the generic "KDE code repositories".

There are also numerous translated pages which will need to be updated once the original pages are completed.

New Page Structure