https://github.com/nceas/training-git-intro
Introduction to git and GitHub using R Studio
https://github.com/nceas/training-git-intro
git github rstudio training
Last synced: about 1 month ago
JSON representation
Introduction to git and GitHub using R Studio
- Host: GitHub
- URL: https://github.com/nceas/training-git-intro
- Owner: NCEAS
- Created: 2018-11-07T18:23:02.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-02-07T17:31:22.000Z (over 3 years ago)
- Last Synced: 2024-04-17T06:10:48.352Z (about 1 year ago)
- Topics: git, github, rstudio, training
- Language: HTML
- Homepage: https://nceas.github.io/training-git-intro/getting-started-with-git-rstudio.html
- Size: 18.1 MB
- Stars: 2
- Watchers: 6
- Forks: 8
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Getting starting with `git` and `GitHub` using `RStudio`
### This repository is a re-organization of [NCEAS](https://github.com/NCEAS/) training material on version control to create a 30-45min crash course on getting started with version control for RStudio users.
We will cover:
- Introduction to code versioning concepts
- Setting up git on computer
- Installing git
- Setting up your identity
- First Repository
- Creating a Repository on GitHub
- Cloning a Reposiotry using RStudio projects
- git basic workflow
- Collaborative workflows with GitHub
- Forking
- Push access
---