Skip to content

FRBCesab/intro-git

Repository files navigation


Logo
Version control w/ git


frbcesab.github.io/intro-git

Quarto License CC BY 4.0
GH Action

ContentContributeCitationCode of Conduct


Content

This online presentation, available at frbcesab.github.io/intro-git provides a quick introduction to version control with git and GitHub.


Contribute

System requirement

Edit slides

  • 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

## Render HTML presentation ----
quarto::quarto_render("index.qmd")

Citation

Please cite this presentation as:

Casajus N (2024) Version control with git and GitHub. URL: https://frbcesab.github.io/intro-git.


Code of Conduct

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.

Releases

No releases published

Packages

No packages published