Development/Git/pt-br: Difference between revisions

From KDE TechBase
(Created page with "Desenvolvimento/Git")
 
(Updating to match new version of source page)
 
(3 intermediate revisions by 2 users not shown)
Line 2: Line 2:
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 e Git ==


== 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.


This section provides details on using the KDE Git infrastructure.
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.


[http://community.kde.org/Sysadmin/GitKdeOrgManual GitKdeOrgManual] is still the primary resource.
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.
 
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 ===
=== KDE Git Configuration ===
Line 19: Line 21:


KDE policies on Git.  More generic development policies go elsewhere.
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:
* [[/Simple Workflow/]]
* [[/Feature Branch Workflow/]]
* [[Development/Tutorials/Git/Feature Development Workflow|Feature Development Workflow]]
* [http://community.kde.org/Frameworks/Git_Workflow Git Workflow on the Community Wiki]
Other:
* The new [[Policies/Commit Policy|Commit Policy]] is being reviewed, applied to both SVN and Git.
* [[/GitHub Mirror/]] has been created and policy is in development (Sep 2015).


=== KDE Git Recipes ===
=== KDE Git Recipes ===
Line 64: Line 76:


* [http://www.gitcasts.com/ Git Screencasts]
* [http://www.gitcasts.com/ Git Screencasts]
* [http://try.github.io/ tryGit] A 15 minute online interactive tutorial


=== Cheat Sheets ===
=== Cheat Sheets ===
Line 101: Line 115:


* [[Special:myLanguage/Getting Started|Getting Started]]
* [[Special:myLanguage/Getting Started|Getting Started]]
* [[Special:myLanguage/Getting Started/Build/KDE4| Build KDE 4]]
* [[Special:myLanguage/Getting Started/Build/KDE4.x|Build KDE 4.x]]


* [[Special:myLanguage/Getting Started/Build/KDE4/Prerequisites|Prerequisites]]
* [[Special:myLanguage/Getting Started/Build/KDE4/Prerequisites|Prerequisites]]

Latest revision as of 10:25, 11 March 2016

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

KDE e 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:

Other:

  • The new Commit Policy is being reviewed, applied to both SVN and Git.
  • GitHub Mirror has been created and policy is in development (Sep 2015).

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.

  • tryGit A 15 minute online interactive tutorial

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