Xfce Wiki

Sub domains
 

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
documentation:retrieve-documentation [2010/11/08 19:32] – created mikedocumentation:retrieve-documentation [2011/10/20 15:48] (current) – [Retrieve and create documentation] mike
Line 1: Line 1:
 +~~NOTRANS~~
 +
 ====== Retrieve and create documentation ====== ====== Retrieve and create documentation ======
 +
 +Here you will find some examples to checkout a documentation, and how to create a branch inside the repository for an application.
  
 Downloading the //xfce4-docs// repository: Downloading the //xfce4-docs// repository:
Line 28: Line 32:
   git checkout -b <NEW-BRANCH-NAME> --track template-page   git checkout -b <NEW-BRANCH-NAME> --track template-page
  
 +Adding new files:
 +  git add [files]
 +  git commit -m"Update documentation: section <FOO>"
 +  git push