diff --git a/docs/05_version_control.md b/docs/05_version_control.md index 471e8100c..072754668 100644 --- a/docs/05_version_control.md +++ b/docs/05_version_control.md @@ -98,7 +98,7 @@ a way to collaborate with others, and a lot of other features. - **merge**: takes changes from a branch or fork and applies them to the main. - !!! tip "These are also commands when paird with `git`!" + !!! tip "These are also commands when paired with `git`!" Using the following synthax `git ` one can trigger an action. An example is `git pull`, which will pull all of the latest changes in the remote repository. **Funtional**: @@ -188,9 +188,9 @@ worth digging into more: --- -## Git, GitHub and Data +## Large Data and GitHub -Git and data don't always go hand in hand. GitHub allows commited files to be uploaded only if the file is of 100MB or less (with a warning being issued for files between 50MB and 100MB). Additionally, [GitHub recommends to keep repositories below the 1GB threshold](https://docs.github.com/en/repositories/working-with-files/managing-large-files/about-large-files-on-github#repository-size-limits), as this also allows for quicker cloning and sharing of the repository. If a large file has been uploaded by mistake and you wish to remove it, [you can follow these instrutctions](https://docs.github.com/en/repositories/working-with-files/managing-large-files/about-large-files-on-github#removing-files-from-a-repositorys-history). +GitHub allows commited files to be uploaded only if the file is of 100MB or less (with a warning being issued for files between 50MB and 100MB). Additionally, [GitHub recommends to keep repositories below the 1GB threshold](https://docs.github.com/en/repositories/working-with-files/managing-large-files/about-large-files-on-github#repository-size-limits), as this also allows for quicker cloning and sharing of the repository. If a large file has been uploaded by mistake and you wish to remove it, [you can follow these instrutctions](https://docs.github.com/en/repositories/working-with-files/managing-large-files/about-large-files-on-github#removing-files-from-a-repositorys-history). If you *do* have to work with large files and Git, here are some questions to ask yourself: