Skip to content

Commit

Permalink
Update 05_version_control.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffgillan authored Feb 20, 2024
1 parent 81179dc commit 35cf7b8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/05_version_control.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <command>` one can trigger an action. An example is `git pull`, which will pull all of the latest changes in the remote repository.

**Funtional**:
Expand Down Expand Up @@ -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:

Expand Down

0 comments on commit 35cf7b8

Please sign in to comment.