Git
create or open R project(xxxxx.Rproj) in Rstudio
enable github connection: 
commit change and push to github

Reference:
https://www.youtube.com/watch?v=PihKq1GPlcc
Tony Duan
enable github connection: 

https://www.youtube.com/watch?v=PihKq1GPlcc
---
title: "Git"
author: "Tony Duan"
execute:
  warning: false
  eval: false
  error: false
  
format:
  html:
    toc: true
    toc-location: right
    code-fold: show
    code-tools: true
    
    code-block-bg: true
    code-block-border-left: "#31BAE9"
    code-copy: true
css: hscroll.css
---
# create or open R project(xxxxx.Rproj) in Rstudio
enable github connection: 
# commit change and push to github

# Reference:
https://www.youtube.com/watch?v=PihKq1GPlcc