Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kzkedzierska/intro_to_git
https://github.com/kzkedzierska/intro_to_git
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/kzkedzierska/intro_to_git
- Owner: kzkedzierska
- Created: 2019-12-11T16:53:18.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-12T12:51:57.000Z (about 4 years ago)
- Last Synced: 2023-03-11T04:27:57.344Z (almost 2 years ago)
- Language: Shell
- Size: 2.88 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# INTRO TO GIT
Welcome to the repository with materials for the Introduction to Managing Code with Git. This 2 hour tutorial aims to:
* explain basic concepts of Git
* highlight the benefits of version control and Git
* show the pivotal commands## Slides
PDF with slides can be found in [this directory](./slides.pdf) and live version is available at GSlides here: [bit.ly/intro_to_git](http://bit.ly/intro_to_git).
## Content
This repository contains:
* [code_snippet](code_snippet.sh) with all the code shown on the slides,
* few exercises with instructions and solutions - 5 in total (3 on branching),
* and the [instructions on how to prepare](How_to_prepare.md) for the workshop.## Resources
* [Official Git documentation](https://git-scm.com/docs/gittutorial)
* [Visualise Git History](https://github.githistory.xyz/)
* [List of Git tutorials](https://gist.github.com/jaseemabid/1321592)
* [Learn Git Branching](https://learngitbranching.js.org/)
* [Happy Git with R](https://happygitwithr.com/)