Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 19:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.
×Hi Guys,
I integrated an Bitbucket server in my local ubuntu system and its working perfectly.
My project having 5 team members.
How can I give my latest code to they and working with as a team (git pull+push)
This repos are storing in my local server right ?
Then how can I share the files ?
Is a production server is necessory for that ?.
If yes, please share me how to integrate it.
Does your team have the ability to connect to your server via HTTP? If so, they should be able to access the UI and also to clone / push / pull.
You will have to install Bitbucket Server to a place where all your team members can access, either over the internet or your local intranet. BS will server as your "main git repository" (it's a git bare) where you will do your git pull (to get a local copy of the git repo) and push (back to the main repository).
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.