mirror of
https://github.com/dictcp/awesome-git.git
synced 2026-01-05 17:55:29 -05:00
Merge pull request #91 from maciejb2k/master
Add Git tutorial about .git/ directory.
This commit is contained in:
commit
26417461ce
1 changed files with 1 additions and 0 deletions
|
|
@ -55,6 +55,7 @@ Pull requests on interesting tools/projects/resources are welcome.
|
|||
* [Use gitk to understand git](https://lostechies.com/joshuaflanagan/2010/09/03/use-gitk-to-understand-git/) - all important Git terms (commit, commit SHA, branch, merge, rebase) explained using gitk
|
||||
* [Git Cherry-pick and its usages](https://www.loginradius.com/blog/async/git-cherry-pick/) - A blog explaining how command git cherry-pick works.
|
||||
* [The ultimate guide to <code>.gitignore</code>](https://github.com/groda/the_ultimate_gitignore_guide) All about `.gitignore`.
|
||||
* [No Bullsh\*t Git](https://maciejb2k.github.io/no-bs-git/) - free and complete explanation of git internals and the `.git/` directory.
|
||||
|
||||
## Style Guide
|
||||
*Style guide when you work with git*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue