git-katas
git-katas copied to clipboard
A set of exercises for deliberate Git Practice
Git's line ending settings can be hard to understand. What does the git config `core.autocrlf` mean when `true`, `input` and `false`? What can you do in `.gitattributes` instead? This may...
I'm not sure when I'm done with the exercise, "it obviously has something to do with rebase and reset," and "I know that there are two different observations to make?"....
Each kata could contain: - Problem description - Small hints - Bigger hints - Walkthrough like today ( the exercise part ) - Solution This might give both reusabilty and...
Usecase: There is a giant repo and a person with a specific role will only ever edit a few files in a couple of subdirectories. How can that person get...