DVCS workflows for Bitbucket

The distributed version control systems (DVCS) that Bitbucket Cloud supports is Git, which is an open source system that you can use from the command line or with an installed client (like SourceTree).

Basic Git workflow

  1. Update/create files

  2. Add changes to repository history

  3. Commit changes to local repository

  4. Push changes to Bitbucket

 

 

 

Additional Help