mirror of
https://github.com/dictcp/awesome-git.git
synced 2025-03-14 01:46:32 -04:00
Adding a new tutorial - git cherry-pick
Introduction to Git Cherry-pick and its usages.
This commit is contained in:
parent
5efa6a2b71
commit
3b4cfe25c4
@ -51,6 +51,7 @@ Pull requests on interesting tools/projects/resources are welcome.
|
||||
* [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.
|
||||
* [Git Cherry-pick and its usages](https://www.loginradius.com/blog/async/git-cherry-pick/) - A blog explaining how command git cherry-pick works.
|
||||
|
||||
## Style Guide
|
||||
*Style guide when you work with git*
|
||||
|
Loading…
x
Reference in New Issue
Block a user