https://github.com/avisionh/training-git
Practical introduction to version-controlling code with Git
https://github.com/avisionh/training-git
Last synced: 2 months ago
JSON representation
Practical introduction to version-controlling code with Git
- Host: GitHub
- URL: https://github.com/avisionh/training-git
- Owner: avisionh
- License: unlicense
- Created: 2020-03-26T08:11:31.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-02-05T14:59:22.000Z (over 4 years ago)
- Last Synced: 2025-01-27T08:16:01.337Z (4 months ago)
- Language: Shell
- Homepage: https://avisionh.github.io/training-git/
- Size: 1.09 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Training: Git
[](https://travis-ci.org/github/avisionh/training-git) [](https://www.codefactor.io/repository/github/avisionh/training-git)
Welcome to this repository of training materials for using Git to version-control your code.
The training materials will be written in **Git Bash** so we will mostly be interfacing via the command terminal.
***
## Project Organization
├── LICENSE
│
├── README.md <- The top-level README for developers using this project.
│
├── .gitignore <- Files and directories to be ignored by git.
│
├── image <- Store image files used in this project.
│
├── cheatsheet.sh <- Quick-glance of key command terminal and git commands.
├── styleguide_git.md <- Style guide on (opinionated) good Git working practice.
├── docs <- Store documents to host of GitHub pages.
│ └── guide.md <- Information on more complicated Git-related stuff.
│
***## Who are these training materials for?
In no ways is this training material meant to be a comprehensive nor exhuastive guide. Instead, it is designed with the enterprise/business user in mind.In particular, it is created from this perspective to enable users to become familiarised with and get-started with using Git.
## Is there anything I need alongside the files?
Yes, download [Git](https://git-scm.com/) and install it.## I want to learn more!
Check out the officially recommended [Pro Git](https://git-scm.com/book/en/v2) ebook!For the perspective of an R user, there is also the ebook by the excellent Jenny Bryan, [Happy Git and GitHub for the useR](https://happygitwithr.com/).
## Who can I contact if I think this material is pants? 👖
Please post it as an [Issue](https://github.com/avisionh/Training-Git/issues) on this repository. I will then look at it...in due course...