Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 1.52 KB

File metadata and controls

30 lines (19 loc) · 1.52 KB

CoN&Co Lab's Git Tutorial

This repository contains an introductory tutorial for the version control system Git and its companion web service GitHub.

The target audience are absolute beginners that want to get started with version control to serve basic scientific purposes.

↪️ Repository structure

git-tutorial/
├── files/                     # supplementary files for the tutorial (e.g., images and videos)
├── LICENSE                    # a copy of the license that applies to this repository
├── README.md                  # the file you are reading, the information you need
├── file.txt                   # a dummy file used in the tutorial 
└── tutorial.md                # the actual tutorial

The tutorial consists of a single Markdown file, which is tutorial.md. The text in that file is enriched with images and video stored in files/.

❗ Requirements

To follow along the tutorial and start doing version control, users will need a Git installation and a GitHub account.

The instructions to install Git are available on the official website at this link. A GitHub account can be created from the GitHub homepage.

❓ Contacts

For questions or improvement suggestions, you can contact Matteo De Matola (UniTN | GitHub).

You can also open a pull request to submit improvement suggestions directly.