What command do I have to use for the initial clone?
git clone --bare git@example.com:bla.git
or
git clone git@example.com:bla.git
?
The reason I am asking is that after some time, the clone gets really large (6.3 GB compared to about 600 MB for a freshly cloned bare repository), and git status
Is that expected? Do I have to work with bare repositories? Do I have to do a clean checkout from time to time? Do I have to clone with branches?
Hello Martin
We are officially supporting Git Integration Plugin. As for you questions:
- both clone commands are supported
- bare clone makes sense for large repositories
- plugin fetches all available remote branches so no need to take care of that
- issue with modified files was fixed in version 1.2.11 (let me know which version of plugin you are using)
- as for clean checkout: yes making clean checkout makes plugin considerable faster. We are going to do it automatically in future versions of plugin.
Thanks. We will be upgrading to the newest version of the plugin for one of our customers soon, I am glad that this issue is fixed in newer versions.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Martin - if you have any support needs you can always contact us at support@bigbrassband.com
Cheers!
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.