Git: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Zeile 24: | Zeile 24: | ||
git push origin | git push origin | ||
+ | ==Workflow== | ||
+ | * http://scottchacon.com/2011/08/31/github-flow.html | ||
[[Category: Software]] | [[Category: Software]] |
Version vom 30. Juni 2013, 14:19 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/
Github
Commands
You changed files and want to commit them
git commit -a -m "YOURMESSAGE"
git push origin