We are planning to use Stash. To my knowledge, we already have a Git installation and need to configure Stash to use it. My understanding from our git training is that Stash can help configure branches, merges, and other stuff.
So do my development teams need to use Stash to check-in code or should they use another Git client? Is Stash used only by the admin to configure the repositories?
Bitbucket has not been called "Stash" for years, so I think your training might be a bit out-of-date.
But yes, Bitbucket is a good way to manage git repositories, giving you a decent web-interface on to them and easy graphical configuration of branches and merges and the rest.
Your team can use whatever they like to check in code, but you'll often find that people who are given a Bitbucket instance simply use that directly, with a command line or, most commonly, direct integration into their IDEs.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.