Skip to content

Commit

Permalink
keep it local
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonVanherweghe committed Oct 16, 2024
1 parent 9f8d0dd commit 8911a16
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/git/basics/git-07-tipsandtricks.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 8911a16

Please sign in to comment.