To push the final repo on to git, the local carave...
# caravel
n
To push the final repo on to git, the local caravel folder on my machine is 5GB. The one that occupies the largest space is the mgmt_core_wrapper. Am I supposed to push the entire repo along with this "mgmt_core_wrapper" ? I do not see this folder on any git repo submissions in MPW5. Am I missing something? #shuttle
a
type git status. The git status will show wich files will be commited. Use it to determine if mgmt core wrapper is added to .gitignore (most likely) and therefore after "make compress" it should create pretty small commit, and you should be able to push it to GitHub, which has 100MB limit.
n
thanks. these are untracked.
a
Yeah, I assume you can git add files you need.
Then git commit Then git push
Sorry, forgot. Make compress first
j
You should not submit caravel or the mgmt core. Just your user project wrapper and source files.
a
Oops, I just read my messages, and realized my mistake. Yes, the most important part is, you dont need to commit the caravel/mgmt_core/etc
n
yes it wont commit, because it is a git repo itself