Git: Unterschied zwischen den Versionen

Aus Open Source Ecology - Germany
Zur Navigation springen Zur Suche springen
Zeile 26: Zeile 26:
 
==Workflow==
 
==Workflow==
 
* http://scottchacon.com/2011/08/31/github-flow.html
 
* http://scottchacon.com/2011/08/31/github-flow.html
 +
 +
==Links==
 +
* [http://pages.github.com/ Quickly publish Github pages]
  
 
[[Category: Software]]
 
[[Category: Software]]

Version vom 3. Juli 2013, 09:12 Uhr

http://git-scm.com/

Windows

Here are described the steps to use Git under Windows. Feel free to improve the documentation.

Links

Github

Commands

You changed files and want to commit them

git commit -a -m "YOURMESSAGE"

git push origin

Workflow

Links