Campus-Advisors / campus-advisor-training-bertvv

campus-advisor-training-bertvv created by GitHub Classroom
MIT License
0 stars 0 forks source link

Module 1.1 Assignment #1

Open bertvv opened 5 years ago

bertvv commented 5 years ago

Given what you have learned about Git, why would you want to use Git in your classroom?

ericdrosado commented 5 years ago

👋 @bertvv can you answer the question as well 😄

bertvv commented 5 years ago

Oops, sure.

Well, I already use it, and quite intensively, at that. For proof, you can check my personal Github https://github.com/bertvv and the Github organisation we use for student work and collaboration between faculty https://github.com/HoGentTIN for proof.

Specifically, I use Git in the classroom for:

Almost everything I do is stored in a Git repository. Last week, searching for git repos in my home directory yielded the following result (including student work):

$ find ~ -type d -name '.git' | wc -l
860

Does that suffice as an answer? :-D