Skip to content

Latest commit

 

History

History
42 lines (30 loc) · 3.09 KB

File metadata and controls

42 lines (30 loc) · 3.09 KB
Buy me a coffeeBuy me a coffee or Venmo me (@JoscelinRocha) ​

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

Added Sun Oct 25th, 2020
What is this?
Excerpt from site here: Humans, meet Git. From common version-tracking tasks to navigating merge conflicts, learn how to wield Git for collaboration on any digital project. Git’s model of version control makes it indispensable for collaborating on digital projects of all stripes. Get situated with Git as David Demaree guides you through the command-line workflow, the nuances of repositories and branches, the elements of a solid commit message, and more. Pick up common version-tracking tasks, along with advice on trickier scenarios. You’ll learn how to put Git to work for you—and work better with your team.

  1. Link to site: https://abookapart.com/products/git-for-humans

Added Sun Oct 25th, 2020
What is this?
Excerpt from ebook here: Happy Git provides opinionated instructions on how to:

Install Git and get it working smoothly with GitHub, in the shell and in the RStudio IDE. Develop a few key workflows that cover your most common tasks. Integrate Git and GitHub into your daily work with R and R Markdown.

  1. Link to ebook here: https://happygitwithr.com/

Added Sun Oct 25th, 2020
What is this?
Excerpt from site here: Classes teach you all about advanced topics within CS, from operating systems to machine learning, but there’s one critical subject that’s rarely covered, and is instead left to students to figure out on their own: proficiency with their tools. We’ll teach you how to master the command-line, use a powerful text editor, use fancy features of version control systems, and much more!

  1. Link to site here: https://missing.csail.mit.edu/

Added Sun Oct 25th, 2020
What is this?
Git for a novice by Software carpentry

  1. Link to site here: https://swcarpentry.github.io/git-novice/