We are still actively working on the spam issue.
Difference between revisions of "Git"
Line 16: | Line 16: | ||
== Other Git Platforms == | == Other Git Platforms == | ||
− | * [https://gitlab.com Gitlab] -- A self-hosted alternative with the company providing a free tier and the option of a few public user-hosted [https://wiki.p2pfoundation.net/ | + | * [https://gitlab.com Gitlab] -- A self-hosted alternative with the company providing a free tier and the option of a few public user-hosted [https://wiki.p2pfoundation.net/List_of_Community-Hosted_GitLab_Instances Instances]. |
* [https://about.gitea.com/ Gitea] -- Another self-hosted alternative. | * [https://about.gitea.com/ Gitea] -- Another self-hosted alternative. | ||
* [https://sourcehut.org/ sourcehut] -- Another another self-hosted alternative. | * [https://sourcehut.org/ sourcehut] -- Another another self-hosted alternative. |
Revision as of 23:51, 22 October 2023
Git is a distributed version control system. It is designed to be fast, simple and powerful. It was created by Linus Torvalds, after the authors of BitKeeper fucked them over, and is used to track the source code of the Linux kernel as well as its own source code. For a colourful and interesting talk about the creation of Git by Torvalds himself, check out this video.
Git is one of the most popular development tools in use today. Lots of people contribute hack on code together through platforms such as Github and Bitbucket every day.
Contents
Basic Git commands
Clone the repository contents to your computer
git clone https://example.com/example.git