emailconfirmed, nsInternRO, nsInternRW, Administrators
3,356
edits
m (→Setup) |
mNo edit summary |
||
Line 1: | Line 1: | ||
git is a distributed versioning & revisioning system. It can be used locally and remotely. | [[Wikipedia:git|git]] is a distributed versioning & revisioning system. It can be used locally and remotely. | ||
git automatically tracks all files that were changed and has the ability to synchronize the files to a remote server. | git automatically tracks all files that were changed and has the ability to synchronize the files to a remote server. | ||
In order to use git, you need to have git installed on your computer, which is most likely the case if you're on a Mac or a Linux system. | In order to use git, you need to have git installed on your computer, which is most likely the case if you're on a Mac or a Linux system. For all other cases, you can get git here: [http://git-scm.com/ git-scm.com]. | ||
This page shows some common commands, but remember that most modern [[IDE]]s support versioning systems like git. | This page shows some common commands, but remember that most modern [[IDE]]s support versioning systems like git. | ||
Line 83: | Line 83: | ||
== Links == | == Links == | ||
* [http://git-scm.com/ git-scm] - Official Project Page | |||
* [http://git.or.cz/course/svn.html gir.or.cz Crash Course] about git | * [http://git.or.cz/course/svn.html gir.or.cz Crash Course] about git | ||
* [https://github.com/ github.com] | * [https://github.com/ github.com] | ||
* [https://bitbucket.org/ bitBucket.org] | * [https://bitbucket.org/ bitBucket.org] | ||
[[Category: | [[Category:Git]] | ||
[[Category:Programmiersprachen]] | [[Category:Programmiersprachen]] | ||
[[Category:Michael Markert]] | [[Category:Michael Markert]] |