Hi, I have been used Bitbucket with SourceTree.
I got 20 commits already, but recently I couldn't push it to the server because of the lack of space.
I see cocos2d folder has 3 GB and I think I didn't need to upload it to the server.
but the folder was uploaded in the first commit.
Apparently I need this folder to build my source but, I don't need it to be in server.
in this case, how can I delete the folder for only server?
This link should help:
https://confluence.atlassian.com/bitbucket/reduce-repository-size-321848262.html
Once you've removed it, add the directory to your .gitignore file
+1, specifically the part on git filter-branch or the BFG Repo Cleaner (which I've never tried, but sounds useful).
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.