git-intro icon indicating copy to clipboard operation
git-intro copied to clipboard

Introduction to version control with Git - Why we want to track versions and how to go back in time to a working version

Results 15 git-intro issues
Sort by recently updated
recently updated
newest added

I think this is an interesting/useful thing about "git under the hood", since it seems that it can help with avoiding data loss. On the other hand, it is just...

According to, e.g., [https://git-scm.com/book/en/v2/Git-Internals-Git-Objects](https://git-scm.com/book/en/v2/Git-Internals-Git-Objects), "blobs" are one type of git object, alongside with 'tree objects' and 'commit objects' (and 'tag objects'). I think that calling a commit a 'blob' is...

On day 2 there was a talk about how to use git remote -v in vs code please check description

I think it would be nice to add it to vs code part

One of the more important things, we got a question about it.

From Day 1 feedback of March 24 workshop: It may be easier for beginners to understand the new vocabulary if you have additional illustrations showing the differences/similarities between e.g. repository,...

Many asked for another tab for RStudio Some also for Jupyter

On GitHub, add `/compare` behind repository URL. We need to add this to solutions/ hints.