Skip to content

Commit

Permalink
Update git-bash-hints.qmd
Browse files Browse the repository at this point in the history
Co-authored-by: Rich Bielby <richard.bielby@education.gov.uk>
  • Loading branch information
mzayeddfe and rmbielby authored Feb 7, 2025
1 parent 315d46d commit 601515e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git-bash-hints.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ You will see many generalised paths, directory names, file names, etc. on this p

## OneDrive

When using Git commands like `find`, `ls` or `grep` in OneDrive, be cautious as OneDrive's file synchronization can interfere with Git operations, potentially leading to conflicts or data corruption. Additionally, OneDrive will download all files to search them, which can consume significant bandwidth and storage. It's advisable to pause OneDrive syncing or use a local directory for Git repositories to avoid these issues.
Avoid using Bash commands like `find`, `ls` or `grep` within OneDrive folders unless OneDrive syncing is switched off. OneDrive will download all files to search them, which can consume significant bandwidth and storage. It's advisable to pause OneDrive syncing if working with Bash commands within your local OneDrive folders.

:::

Expand Down

0 comments on commit 601515e

Please sign in to comment.