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.
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.