You've been invited into the Kudos (beta program) private group. Chat with others in the program, or give feedback to Atlassian.
View groupJoin the community to find out what other Atlassian users are discussing, debating and creating.
Hi,
Our team would like to work do some work related to the Linux kernel. Specifically, we are cloning off of https://github.com/raspberrypi/linux
We would like to host the our work on bitbucket, but it looks like the repo itself is over the 2GB limit which would prevent us from pushing any changes.
Does anyone have suggestions on a workflow for working around this?
Thanks
Hi @William Huang ,
An option would be to use --depth option to clone the latest commits and not the full repository history.
How to Use Git Shallow Clone to Improve Performance
For example:
git clone --depth 1 https://github.com/raspberrypi/linux.git
Hi everyone, The Cloud team recently announced 12 new DevOps features that help developers ship better code, faster ! While we’re all excited about the new improvements to Bitbucket ...
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.