git-intro
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
While creating different files and commits, to would be good to see how the structure of the local directory, the index and commit tree are changing. The Git book has...
Otherwise we will get 100 pull requests, also in-between workshops, which may mask other pull requests.
From lessons-learned on chat: > it would be nice to see the output of "git grep -i fixme" "git log HASH" under the command so that one can "see" what...
From Day 2 Sep'24 workshop: "Thank you for clarifying the difference between a clone and a fork and its respective consequences. It would be nice if exactly this comparison and...
- github web, VSCode, command line - I was reading through things and it wasn't obvious where the three methods were compared and we make recommendations about which one to...