Infrastructure/Git: Difference between revisions

From KDE Community Wiki
(Added <translate> tags and Special:myLanguage for links.)
*>AnneW
No edit summary
Line 9: Line 9:
This section provides details on using the KDE Git infrastructure.
This section provides details on using the KDE Git infrastructure.


A primary resource is still http://community.kde.org/Sysadmin/GitKdeOrgManual
</translate>
 
[http://community.kde.org/Sysadmin/GitKdeOrgManual <translate>is still the primary resource.</translate>]
<translate>
=== KDE Git Configuration ===
=== KDE Git Configuration ===


How to configure Git for use with the KDE infrastructure.
How to configure Git for use with the KDE infrastructure.


Please see the [[/Configuration|Git Configuration]] page.
Please see the </translate>[[/Configuration|<translate>Git Configuration page</translate>]].
 
<translate>
=== KDE Git Policies ===
=== KDE Git Policies ===


Line 25: Line 26:
Short recipes for using Git with the KDE infrastructure.
Short recipes for using Git with the KDE infrastructure.


Please see the [[/Recipes|Git Recipes]] page.
Please see the </translate>[[/Recipes|<translate>Git Recipes page</translate>]].
 
<translate>
=== KDE Git Tutorials ===
=== KDE Git Tutorials ===


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


* [[Infrastructure/Tutorials/Git/GitQuickStart|A quick step-by-step guide for getting started]]
<translate>Please help filling this section by
* [[Infrastructure/Tutorials/Git/Create a patch|Creating a patch]]
 
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
Line 43: Line 44:


=== Official Documentation ===
=== Official Documentation ===
</translate>
* [http://git-scm.com/documentation <translate>Links to git official documentation</translate>]


* http://git-scm.com/documentation
<translate>
 
 
=== Git for SVN Users ===
=== Git for SVN Users ===
</translate>
* [http://git-scm.com/course/svn.html <translate>The git-svn Crash Course</translate>]


* http://git-scm.com/course/svn.html
<translate>
* https://git.wiki.kernel.org/index.php/GitSvnCrashCourse
 
=== Git books ===
=== Git books ===
 
</translate>
* [http://progit.org/book/ Pro Git] - An easy to understand book on git (CC licensed).
* [http://progit.org/book/ <translate>Pro Git</translate>]<translate> - An easy to understand book on git (CC licensed).</translate>
* [http://book.git-scm.com/ The git community book], also as [http://book.git-scm.com/book.pdf pdf]
* [http://book.git-scm.com/<translate> The git community book</translate>], <translate>also as a [http://book.git-scm.com/book.pdf pdf]


=== Tutorials ===
=== Tutorials ===
</translate>
* [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>]


* [http://www.kernel.org/pub/software/scm/git/docs/gittutorial.html The official tutorial introduction to Git]
<translate>=== Cheat Sheets ===
* [http://www-cs-students.stanford.edu/~blynn/gitmagic/ Git Magic] - A good intro to git (in several languages!)
</translate>
*[http://tom.preston-werner.com/2009/05/19/the-git-parable.html The Git Parable] - Essential reading if you want to truly understand git.
* [http://cheat.errtheblog.com/s/git <translate>Quick reference</translate>]
* [http://www.gitcasts.com/ Git Screencasts]
* [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]])
 
=== Cheat Sheets ===
 
* [http://cheat.errtheblog.com/s/git Quick reference]
* [http://zrusin.blogspot.com/2007/09/git-cheat-sheet.html Illustrated git cheat sheet] (broken image, get it from [[Media:Zrusin-git-cheat-sheet-medium.png]])


= Documentation Changes =
= Documentation Changes =
Line 78: Line 78:


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


 
<translate>
On community.kde.org:
On community.kde.org:</translate>
* http://community.kde.org/Sysadmin/GitKdeOrgManual
* [http://community.kde.org/Sysadmin/GitKdeOrgManual <translate>Git-KDE Manual</translate>]
* http://community.kde.org/20110213_GitWorkflowAgenda
* [http://community.kde.org/20110213_GitWorkflowAgenda <translate>Git Workflow Agenda</translate>]
* http://community.kde.org/20110213_GitWorkflowAgenda/StevesIdea
* [http://community.kde.org/20110213_GitWorkflowAgenda/StevesIdea <translate>Git Workflow Agenda, Steve's Idea</translate>]
 
<translate>
On techbase.kde.org:
On techbase.kde.org:</translate>
* [[Getting Started]]
* [[Getting Started|<translate>Getting Started</translate>]]
* [[Getting Started/Build/KDE4]]
* [[Getting Started/Build/KDE4|<translate>Build KDE 4</translate>]]
* [[Getting Started/Build/KDE4.x]]
* [[Getting Started/Build/KDE4.x|<translate>Build KDE 4.x</translate>]]
* [[Getting Started/Build/KDE4/Prerequisites]]
* [[Getting Started/Build/KDE4/Prerequisites|<translate>Prerequisites</translate>]]
* [[Getting Started/Build/KDE4/Windows/subversion]]
* [[Getting Started/Build/KDE4/Windows/subversion|<translate>Subversion on Windows</translate>]]
* [[Getting_Started/Increased_Productivity_in_KDE4_with_Scripts]]
* [[Getting_Started/Increased_Productivity_in_KDE4_with_Scripts|<translate>Increase Productivity with Scripts</translate>]]
* [[Getting_Started/Build/kdesrc-build]]
* [[Getting_Started/Build/kdesrc-build|<translate>Kdesrc-build</translate>]]
* [[Getting Started/Sources/Anonymous SVN]]
* [[Getting Started/Sources/Anonymous SVN|<translate>Anonymous SVN</translate>]]
* [[Getting_Started/Sources/Using_Subversion_with_KDE]]
* [[Getting_Started/Sources/Using_Subversion_with_KDE|<translate>Subversion with KDE</translate>]]
* [[Getting_Started/Using_an_IDE_with_KDE4]]
* [[Getting_Started/Using_an_IDE_with_KDE4|<translate>Using an IDE with KDE 4</translate>]]
* [[Policies/SVN_Commit_Policy]]
* [[Policies/SVN_Commit_Policy|<translate>SVN Commit Policy</translate>]]
* [[Policies/SVN_Guidelines]]
* [[Policies/SVN_Guidelines|<translate>SVN Guidelines</translate>]]
* [[Infrastructure/Tools]]
* [[Infrastructure/Tools|<translate>Development Tools</translate>]]
* [[Infrastructure/Tutorials/Git/Recipes]]
* [[Infrastructure/Tutorials/Git/Recipes|<translate>Git Recipes</translate>]]
* [[Infrastructure/Tutorials/Git/decoding-git]]
* [[Infrastructure/Tutorials/Git/decoding-git|<translate>Decoding Git</translate>]]
* [[Projects/rekonq/Git_with_rekonq_HowTo]]
* [[Projects/rekonq/Git_with_rekonq_HowTo|<translate>Git with Rekonq How-to</translate>]]
* [[Projects/Related/Subversion]]
* [[Projects/Related/Subversion|<translate>Subversion</translate>]]
* [[Projects/MovetoGit]]
* [[Projects/MovetoGit|<translate>Move to Git</translate>]]
* [[Projects/MoveToGit/StepsToMove]]
* [[Projects/MoveToGit/StepsToMove|<translate>Steps to Move</translate>]]
* [[Contribute/Get a SVN Account]]
* [[Contribute/Get a SVN Account|<translate>Get a SVN Account</translate>]]
* [[Contribute/First Steps with your KDE SVN Account]]
* [[Contribute/First Steps with your KDE SVN Account|<translate>First Steps with your KDE SVN Account]]


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".
Line 117: Line 118:


=== New Page Structure ===
=== New Page Structure ===
* [[Special:myLanguage/Getting_Started]]
* [[Special:myLanguage/Getting_Started/Build]]
* [[Special:myLanguage/Getting_Started/Build/Environment]]
* [[Special:myLanguage/Getting_Started/Build/Requirements]]
* [[Special:myLanguage/Getting_Started/Build/Qt]]
* [[Special:myLanguage/Getting_Started/Build/KdeSupport]]
* [[Special:myLanguage/Getting_Started/Build/Windows]]
* [[Special:myLanguage/Getting_Started/Build/Mac_OS_X]]
* [[Special:myLanguage/Getting_Started/Run/Shell]]
* [[Special:myLanguage/Getting_Started/Run/Nested_Session]]
* [[Special:myLanguage/Getting_Started/Run/Full_Session]]
=== For Deletion ===
The following pages can now be deleted and/or redirected:
* [[Special:myLanguage/Infrastructure/Tutorials/Git]]
* [[Special:myLanguage/Infrastructure/Tutorials/Git/KdeOnGit]]
* [[Special:myLanguage/Infrastructure/Tutorials/Git/Pushing]]
* [[Special:myLanguage/Infrastructure/Tutorials/Git/BestPractices]]
* [[Special:myLanguage/Infrastructure/Tutorials/Git/Intermediate]]
</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 18:39, 24 March 2012

<languages /> <translate> 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

This section provides details on using the KDE Git infrastructure.

</translate> <translate>is still the primary resource.</translate> <translate>

KDE Git Configuration

How to configure Git for use with the KDE infrastructure.

Please see the </translate><translate>Git Configuration page</translate>. <translate>

KDE Git Policies

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

KDE Git Recipes

Short recipes for using Git with the KDE infrastructure.

Please see the </translate><translate>Git Recipes page</translate>. <translate>

KDE Git Tutorials

More in-depth instructions in using Git. </translate>

<translate>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

</translate>

<translate>

Git for SVN Users

</translate>

<translate>

Git books

</translate>

Tutorials

</translate>

<translate>=== Cheat Sheets === </translate>

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: </translate>

<translate> On community.kde.org:</translate>

<translate> On techbase.kde.org:</translate>

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

</translate>