085239c892a76c408eb7460327e45b89237d6782
coding/git.md
... | ... | @@ -13,6 +13,9 @@ git reset --hard <commit/tag> |
13 | 13 | [making a pull request][] |
14 | 14 | |
15 | 15 | [branching and rebasing][] |
16 | + |
|
17 | +[branching model][] |
|
16 | 18 | |
17 | 19 | [making a pull request]: https://www.atlassian.com/git/tutorials/making-a-pull-request |
18 | 20 | [branching and rebasing]: https://git-scm.com/book/en/v2/Git-Branching-Rebasing |
21 | +[branching model]: https://nvie.com/posts/a-successful-git-branching-model/ |