Hello Quarto

Author

Dr. Joscelin Rocha-Hidalgo

Published

April 22, 2025

Buy me a coffeeBuy me a coffee


Git for Academics

Added Sun Oct 25th, 2020

What is this?In this video, I go over the very basics of using git in a purely academic context. I leave out everything that is not strictly necessary and explain the six central commands you will need to use git productively: git init, git add *, git commit -m “A description of what has changed”, git log –oneline, git checkout master,& git status.

  1. Link to video here: https://www.youtube.com/watch?v=PBRmtABqC9U&feature=youtu.be
Back to top