Questions tagged [bitbucket-server]

Bitbucket Server (formerly known as Atlassian Stash) is a tool for "Git Repository Management for Enterprise Teams"

Bitbucket Server (formerly known as Atlassian Stash) is a tool for "Git Repository Management for Enterprise Teams". It provides many features comparable to GitHub and Bitbucket.

Including:

  • Creating git repos
  • Managing access by individuals and groups
  • Linking JIRA issues to commits
  • Creating and managing pull requests
819 questions
-1
votes
1 answer

Stash repositories stats

I am new to stash and git repositories, and trying to learn things. I was asked to get the stats of stash repositories being created. I want to find things like: How many repositories were created each month for each project? How many total…
-1
votes
3 answers

How or when is a pull request created?

okay , so here's the scenario, I have a repository named "New_Test_repo" that will be accessed by developers on my network. I have two branches on my repo : master and develop. I have two users created one for the admin and the other is a TestUser.…
Harry
  • 9
  • 1
  • 3
-1
votes
1 answer

Designing a PHP Project and Pipeline

I have been working on a project of mine for quite a while now in PHP. Lately I have been thinking about getting some help, and I started looking into Git, Issue tracking, and Continuous Integration, as it is a rather large project. This also got me…
-1
votes
1 answer

Which git products support pull requests?

Of all of the functions that GitHub supports on top of core Git functionality, pull requests are, I think, the most important. Which products/projects support pull requests in some form or another? Obviously GitHub does, and I've read that…
-2
votes
2 answers

My local git is said to be behind the remote master - is this a bug or?

I am the only user of this remote git repository. And I work only on one machine. I avoid git command line and do "Commit all" and "Push" in vscode. No other interaction with git. And still I now get this. I suspect something went wrong because of…
Leo
  • 4,136
  • 6
  • 48
  • 72
-2
votes
2 answers

Migrating off TFS to Bitbucket

We are migrating source code off TFS to Bitbucket. Can this be done directly? Have not attempted to migrate any source code yet.
Jeffrey A.
  • 11
  • 1
  • 2
-2
votes
1 answer

How to write and automate tests in Git Stash

I have an Atlassian Stash set up with the first version of my project, which is a web app, in it. I am looking for a program that allows me to write tests that test the functionality of the web app, as well as as automate the tests anytime the…
-2
votes
2 answers

How can I track down a user that deleted all my branches in git

We are using Git and Stash at my firm and it looks like someone deleted all the branches but master. Can someone please tell me how to track down which users did it? Also, how to restore the data (if it can be restored)?
JMS
  • 183
  • 2
  • 9
1 2 3
54
55