Introduction to Github - clizarraga-UAD7/Workshops GitHub Wiki
Introduction to Github Repositories
(Octocat. Image Credit: Github.com)
Learning goals
- Illustrate the use of Github Repositories for storing and collaborating in project code files .
- Show the advantages of using Github as a Version Control System for text/code files.
- Contrast the different options for synchronizing files between local and remote repositories (vía the Command Line Interface - CLI, via a Web browser and via Github Desktop).
- Demonstrate how to Create and Manage Repositories using CLI Git and Github Desktop.
- Make use of Github Desktop to create, update and maintain a Documentation Project.
- Illustrate how to clone, rename, delete and restore deleted repositories.
Basic References
- Git Glossary.
- Git Tutorial.
- Github Get Started.
- Learn Git. Colorado's Decision Support Systems.
- Let's Git Started. Happy Git and GitHub for the useR by Jennifer Bryan.
- A visual guide to Version Control. BetterExplained.com.
Cheat Sheets.
- CLI Git.
- Git Cheat Sheet. Github Education.
Created: 02/17/2022 (C. Lizárraga); Last update: 10/10/2022 (C. Lizárraga)