I have to complete a project in a few days which will require me to transfer over 75000 files totaling about 25gb. I'm using git, AWS Codecommit, AWS pipelines, and 2 EC2 instances. I know a simple git commit is not going to work with that many files and doing one folder at a time will take forever. How should I approach this?
Specifics - Local Machine 25gb files--> git push -->AWS codecommit--> EC2 1-->EC2 2 Basically want to transfer all the files from a folder on my local machine to a remote repository in AWS Cloud using git. Once it's in the Remote Repo it will then transfter all the files from one Server to a 2nd one. -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To unsubscribe from this group and stop receiving emails from it, send an email to git-users+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/git-users/0e1877c2-21e0-41a7-b6d5-aa106e18a75en%40googlegroups.com.