From f84b022bffcae4bddea8673dee2c6f67297619bd Mon Sep 17 00:00:00 2001 From: Inaki Fernandez Date: Mon, 28 Dec 2020 16:45:30 +0100 Subject: [PATCH] update December 28th --- docs/git.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/git.md b/docs/git.md index 89ec76b8..25c2dd32 100644 --- a/docs/git.md +++ b/docs/git.md @@ -72,6 +72,8 @@ * [github.blog: Token authentication requirements for Git operations](https://github.blog/2020-12-15-token-authentication-requirements-for-git-operations/) * [github.blog: Commits are snapshots, not diffs](https://github.blog/2020-12-17-commits-are-snapshots-not-diffs/) * [github.blog: Get up to speed with partial clone and shallow clone](https://github.blog/2020-12-21-get-up-to-speed-with-partial-clone-and-shallow-clone/) +* [about.gitlab.com: How Git Partial Clone lets you fetch only the large file you need](https://about.gitlab.com/blog/2020/03/13/partial-clone-for-massive-repositories/) +* [gitkraken.com: How do you rename a Git branch?](https://www.gitkraken.com/learn/git/problems/rename-git-branch) ## Design By Contract [Wikipedia: Design by contract (DbC)](https://en.wikipedia.org/wiki/Design_by_contract), also known as contract programming, programming by contract and design-by-contract programming, is an approach for designing software.