Skip to content

Commit c3a8867

Browse files
committed
add new git resource
1 parent 9a81172 commit c3a8867

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

content/pages/02-development-environments/19-git.markdown

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,11 @@ workflow. These resources will come in handy for specific Git subjects.
158158
[writing good commit messages](https://github.com/erlang/otp/wiki/Writing-good-commit-messages)
159159
that any programming ecosystem can learn from.
160160

161+
* [Git internals](https://blog.isquaredsoftware.com/presentations/2019-03-git-internals-rewrite/)
162+
is a presentation that covers how Git stores data, how to work with
163+
the Git history, and good practices for using Git based on the
164+
knowledge of how it works internally.
165+
161166
* [How Microsoft uses Git](https://docs.microsoft.com/en-us/azure/devops/learn/devops-at-microsoft/use-git-microsoft)
162167
gives a high-level overview of their repository structure and hosting
163168
at the extremely large scale organization.

0 commit comments

Comments
 (0)