From 8911a1651ff12644b74aedbfd929de2aac0a6d54 Mon Sep 17 00:00:00 2001 From: Simon Vanherweghe Date: Wed, 16 Oct 2024 10:27:27 +0200 Subject: [PATCH] keep it local --- docs/git/basics/git-07-tipsandtricks.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/git/basics/git-07-tipsandtricks.md b/docs/git/basics/git-07-tipsandtricks.md index 90af695..949ab23 100644 --- a/docs/git/basics/git-07-tipsandtricks.md +++ b/docs/git/basics/git-07-tipsandtricks.md @@ -7,3 +7,7 @@ Git's behavior regarding file and folder names is influenced by the case sensiti ```bash git mv MyFileName myfilename ``` + +## Don't create repositories inside iCloud/OneDrive or other cloud-synced folders + +Since the .git directory contains a lot of files and folders, syncing takes forever and can cause issues. It's best to create repositories in a local folder.