Git: Difference between revisions

From CoMakingSpace Wiki

Created page with "{{SoftwareInfoBox |software name=Git |image= |type=version management |platform=all |license= |source=https://git-scm.com/ |installed= |users=Mitja }} Before yo..."
 
catching common redirect error
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
''Are you looking for our '''[[Issue Tracker]]''' on github?''
{{SoftwareInfoBox
{{SoftwareInfoBox
|software name=Git
|software name=Git
Line 18: Line 20:
== Tutorials ==
== Tutorials ==
* [https://git-scm.com/book/en/v2 Pro Git] (free book)
* [https://git-scm.com/book/en/v2 Pro Git] (free book)
* [https://github.github.io/on-demand/ On-demand courses for beginners]
* [[User:Mitja|Mitja]]'s short [[Git Seminar|Git seminar]]
* [[User:Mitja|Mitja]]'s short [[Git Seminar|Git seminar]]




[[Category:Programming]]
[[Category:Programming]]

Latest revision as of 13:53, 6 March 2025

Are you looking for our Issue Tracker on github?

SoftwareInfoBox

Git

Type: version management
Platform: all
License:
Source: https://git-scm.com/
Input Formats:
Output Formats:
Users: Mitja


Before you learn how to use git on the command line, or how to use a graphical git interface, it will help to learn the concepts first.

You can only really use Git if you understand how Git works.

There is a nice introduction, Understanding Git Conceptually.

Github

Github is a popular Git hosting service. Some of our projects are published on Github and we keep track of our tasks there as well.

Tutorials