Git: Unterschied zwischen den Versionen

Aus Open Source Ecology - Germany
Zur Navigation springen Zur Suche springen
Zeile 17: Zeile 17:
 
==Github==
 
==Github==
 
* SSH Key: https://help.github.com/articles/generating-ssh-keys
 
* SSH Key: https://help.github.com/articles/generating-ssh-keys
 +
 +
==Commands==
 +
===You changed files and want to commit them===
 +
git commit -a -m "YOURMESSAGE"
 +
 +
git push origin
 +
  
 
[[Category: Software]]
 
[[Category: Software]]

Version vom 1. September 2012, 19:35 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