Skip to content

Commit

Permalink
Merge pull request dictcp#53 from kr5hn4/master
Browse files Browse the repository at this point in the history
Add "Deconstructing a git commit"
  • Loading branch information
dictcp authored Mar 14, 2020
2 parents acc57f1 + b3d4259 commit 1d0f81d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ Pull requests on interesting tools/projects/resources are welcome.
* [Git School Dude](https://www.youtube.com/c/DanGitschoolDude) - It's a YouTube channel with a lot of great git videos. It covers everything from the basics to advanced Git topics.
* [A Git Choose Your Own Adventure](http://sethrobertson.github.io/GitFixUm/fixup.html) - I never found a git tutorial I didn't understand while doing it. Just sometimes those tutoars didn't line up very well with my actual work. This git help in the form of a choose your own adventure was a life saver when I was fisrt starting out.
* [On undoing, fixing, or removing commits in git](https://sethrobertson.github.io/GitFixUm/fixup.html) - fairly comprehensive guide to recovering from what you did not mean to do when using git
* [Deconstructing a git commit](https://krishnabiradar.com/blogs/deconstructing-a-git-commit/) - A blog explaining how git creates and stores commit histories.

## Style Guide
*Style guide when you work with git*
Expand Down

0 comments on commit 1d0f81d

Please sign in to comment.