Difference between revisions of "Git Tutorials"

From HPC Wiki
Jump to navigation Jump to search
Line 3: Line 3:
 
{{Syllabus Git Tutorials}}
 
{{Syllabus Git Tutorials}}
  
This tutorial is meant to help you with [https://en.wikipedia.org/wiki/Version_control revision control] of your own or your team's code. Though multiple revision control tools do exist we will focus here on [https://git-scm.com/ Git], which is free and open-source. In particular, these tutorials will often show the usage of Git with [https://github.com/ GitHub], which is one of the most common implementations of Git. Nevertheless, the tutorials will always make a clear distinction between Git in general and one of its implementation.
+
This tutorial is meant to help you with [https://en.wikipedia.org/wiki/Version_control revision control]of your own or your team's code. Though multiple revision control tools do exist we will focus here on [https://git-scm.com/ Git], which is free and open-source. In particular, these tutorials will often show the usage of Git with [https://github.com/ GitHub], which is one of the most common implementations of Git. Nevertheless, the tutorials will always make a clear distinction between Git in general and one of its implementation.
  
  
Line 9: Line 9:
 
== Topics ==
 
== Topics ==
 
=== [[Git_Tutorials/Creating_and_Cloning_Repositories | Creating and Cloning Repositories]] ===
 
=== [[Git_Tutorials/Creating_and_Cloning_Repositories | Creating and Cloning Repositories]] ===
In this topic you will learn how to create a repository and how to clone an existing one.
+
In this topic you will learn how to create a [https://en.wikipedia.org/wiki/Repository_(version_control) repository]and how to clone an existing one.

Revision as of 12:47, 27 July 2022


Tutorial
Title: Git Tutorials
Provider: HPC.NRW

Contact: tutorials@hpc.nrw
Type: Online
Topic Area: Revision control
License: CC-BY-SA
Syllabus

1. Basic Git overview
2. Creating and Changing Repositories
3. Branching


This tutorial is meant to help you with revision controlof your own or your team's code. Though multiple revision control tools do exist we will focus here on Git, which is free and open-source. In particular, these tutorials will often show the usage of Git with GitHub, which is one of the most common implementations of Git. Nevertheless, the tutorials will always make a clear distinction between Git in general and one of its implementation.


Topics

Creating and Cloning Repositories

In this topic you will learn how to create a repositoryand how to clone an existing one.