Git: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Zeile 14: | Zeile 14: | ||
** http://www.vogella.com/articles/Git/article.html | ** http://www.vogella.com/articles/Git/article.html | ||
* Git Help: http://help.github.com/ | * Git Help: http://help.github.com/ | ||
+ | |||
+ | ==Github== | ||
+ | * SSH Key: https://help.github.com/articles/generating-ssh-keys | ||
[[Category: Software]] | [[Category: Software]] |
Version vom 1. September 2012, 19:25 Uhr
Windows
Here are described the steps to use Git under Windows. Feel free to improve the documentation.
- Create a github account
- Install msysgit
- Install TortoiseGit
- Generate a new RSA Key with TortoiseGit
- Check this basic tutorial on Cloning, Adding, Commiting, Pushing and sending Pull request.
Links
- Tutorials:
- Git Help: http://help.github.com/