git-katas
git-katas copied to clipboard
A set of exercises for deliberate Git Practice
Improve the git reset exercise to show that reset --hard actually removes files added to the staging area
Thanks a lot for this collection of katas. I would love to contribute to a Gitpod integration. Please let me know if you would be okay with this.
Placeholder for following up on comment in #307
It would be nice to have a kata showing the `-S` and `-G` search options of git log.
Could be three fold: - remove credentials - Save space - change root directory
I want the middle out of 3 commits from a given branch
It would be nice to update the reset kata a bit by introducing `git reset --keep` as well.
Might not make sense as it is global ( and thus broken ) but could be a good idea to elaborate on the differences between user, repo and global configurations.