Development/Git: Difference between revisions

From KDE TechBase
No edit summary
(Replaced content with "{{Moved To Community|Infrastructure/Git}}")
 
(15 intermediate revisions by 7 users not shown)
Line 1: Line 1:
<languages />
{{Moved To Community|Infrastructure/Git}}
<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>
[http://community.kde.org/Sysadmin/GitKdeOrgManual <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>[[/Configuration|<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>[[/Recipes|<translate>Git Recipes page</translate>]].
<translate>
=== KDE Git Tutorials ===
 
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
* 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>
* [http://git-scm.com/documentation <translate>Links to git official documentation</translate>]
 
<translate>
=== Git for SVN Users ===
</translate>
* [http://git-scm.com/course/svn.html <translate>The git-svn Crash Course</translate>]
 
<translate>
=== 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 ===
</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>]
 
<translate>=== Cheat Sheets ===
</translate>
* [http://cheat.errtheblog.com/s/git <translate>Quick reference</translate>]
* [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 =
 
== 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>
* [[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>
On community.kde.org:</translate>
* [http://community.kde.org/Sysadmin/GitKdeOrgManual <translate>Git-KDE Manual</translate>]
* [http://community.kde.org/20110213_GitWorkflowAgenda <translate>Git Workflow Agenda</translate>]
* [http://community.kde.org/20110213_GitWorkflowAgenda/StevesIdea <translate>Git Workflow Agenda, Steve's Idea</translate>]
<translate>
On techbase.kde.org:</translate>
* [[Getting Started|<translate>Getting Started</translate>]]
* [[Getting Started/Build/KDE4|<translate>Build KDE 4</translate>]]
* [[Getting Started/Build/KDE4.x|<translate>Build KDE 4.x</translate>]]
* [[Getting Started/Build/KDE4/Prerequisites|<translate>Prerequisites</translate>]]
* [[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>]]
* [[Getting_Started/Build/kdesrc-build|<translate>Kdesrc-build</translate>]]
* [[Getting Started/Sources/Anonymous SVN|<translate>Anonymous SVN</translate>]]
* [[Getting_Started/Sources/Using_Subversion_with_KDE|<translate>Subversion with KDE</translate>]]
* [[Getting_Started/Using_an_IDE_with_KDE4|<translate>Using an IDE with KDE 4</translate>]]
* [[Policies/SVN_Commit_Policy|<translate>SVN Commit Policy</translate>]]
* [[Policies/SVN_Guidelines|<translate>SVN Guidelines</translate>]]
* [[Development/Tools|<translate>Development Tools</translate>]]
* [[Development/Tutorials/Git/Recipes|<translate>Git Recipes</translate>]]
* [[Development/Tutorials/Git/decoding-git|<translate>Decoding Git</translate>]]
* [[Projects/rekonq/Git_with_rekonq_HowTo|<translate>Git with Rekonq How-to</translate>]]
* [[Projects/Related/Subversion|<translate>Subversion</translate>]]
* [[Projects/MovetoGit|<translate>Move to Git</translate>]]
* [[Projects/MoveToGit/StepsToMove|<translate>Steps to Move</translate>]]
* [[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]]
 
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>
* [[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>]]

Latest revision as of 11:47, 11 March 2016

This page is now on the community wiki.