Content • Contribute • Citation • Code of Conduct
This online presentation, available at frbcesab.github.io/intro-git
provides a quick introduction to version control with git
and GitHub.
- Clone this repository
## Using the SSH protocol ----
git clone [email protected]:frbcesab/intro-git.git
## Using the HTTPS protocol ----
git clone https://github.com/frbcesab/intro-git.git
- Install required packages
Required R packages are listed in the
DESCRIPTION
file.
## Install 'remotes' package (if necessary) ----
install.packages("remotes")
## Install required packages ----
remotes::install_deps()
## Render HTML presentation ----
quarto::quarto_render("index.qmd")
Please cite this presentation as:
Casajus N (2024) Version control with git and GitHub. URL: https://frbcesab.github.io/intro-git.
Please note that this project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.