Is there a way to push huge amounts of data to github? I have a massive collection of files I am trying to backup, but when I try to push them, git will timeout or stop working in the middle of it.
Current solution: Commit and push small portions individually (At most 1 to 2 Gigabytes at a time)
Additional Information:
- It is a private repository being accessed using ssh.
- I am using git gui and git bash
- Attempting to backup 30 GB of data
What I want to do: Commit all changes, and push all data overnight. (Approx: 6hrs)