All Projects → breezy-team → breezy

breezy-team / breezy

Licence: GPL-2.0 license
A Distributed Version Control System with a Friendly UI

Programming Languages

python
139335 projects - #7 most used programming language
cython
566 projects
c
50402 projects - #5 most used programming language
Makefile
30231 projects
shell
77523 projects
emacs lisp
2029 projects

Projects that are alternatives of or similar to breezy

snowfs
SnowFS - a fast, scalable version control file storage for graphic files 🎨
Stars: ✭ 1,101 (+1348.68%)
Mutual labels:  version-control, version-control-system
Squot
Squeak Object Tracker - Version control for arbitrary objects, currently with Git storage
Stars: ✭ 45 (-40.79%)
Mutual labels:  version-control, version-control-system
QuitStore
🖧 Quads in Git - Distributed Version Control for RDF Knowledge Bases
Stars: ✭ 87 (+14.47%)
Mutual labels:  version-control, version-control-system
ohloh scm
The Ohloh source control management library
Stars: ✭ 58 (-23.68%)
Mutual labels:  bazaar, bzr
OctoPrint-GitFiles
With this plugin, you can use a github/gitlab repository for keeping your OctoPrint Files collection up-to-date.
Stars: ✭ 28 (-63.16%)
Mutual labels:  version-control
clearml-server-helm
ClearML Server for Kubernetes Clusters Using Helm
Stars: ✭ 18 (-76.32%)
Mutual labels:  version-control
Tutorials
🗒 codebar's tutorials
Stars: ✭ 231 (+203.95%)
Mutual labels:  version-control
Test Repo
This is a test repo, please fork me !!! \(^_^)/
Stars: ✭ 217 (+185.53%)
Mutual labels:  version-control
autorevision
A script for extracting version information useful in release/build scripting.
Stars: ✭ 73 (-3.95%)
Mutual labels:  bzr
AutoVer
Configurable automatic or real time backup and personal versioning system
Stars: ✭ 65 (-14.47%)
Mutual labels:  version-control
gg
Git with less typing
Stars: ✭ 55 (-27.63%)
Mutual labels:  version-control
git-rdm
A research data management plugin for the Git version control system.
Stars: ✭ 34 (-55.26%)
Mutual labels:  version-control
pro.fessional.wings
WingsBoot=BKB+飞鞋+SpringBoot。其核心价值是:①使团队快速实现业务目标;②快速偿还技术债务;③安全的面向程序和业务重构。
Stars: ✭ 78 (+2.63%)
Mutual labels:  version-control
togepi
A version control system built using Python and DropBox API
Stars: ✭ 23 (-69.74%)
Mutual labels:  version-control
nb-clean
Clean Jupyter notebooks of outputs, metadata, and empty cells, with Git integration
Stars: ✭ 72 (-5.26%)
Mutual labels:  version-control
Git Novice
Version Control with Git
Stars: ✭ 227 (+198.68%)
Mutual labels:  version-control
powerbi-vcs
WIP (properly) version control and collaborate on your *.pbi{tx} files
Stars: ✭ 78 (+2.63%)
Mutual labels:  version-control
10-days-of-git-and-github
asabeneh.github.io/10-days-of-git-and-github/
Stars: ✭ 786 (+934.21%)
Mutual labels:  version-control
blendgit
manage versions of Blender documents using Git
Stars: ✭ 93 (+22.37%)
Mutual labels:  version-control
python-aos-lesson
Python for Atmosphere and Ocean Scientists
Stars: ✭ 78 (+2.63%)
Mutual labels:  version-control

Breezy (brz) is a decentralized revision control system, designed to be easy for developers and end users alike.

By default, Breezy provides support for both the Bazaar and Git file formats.

You can install from source by following the instructions in the INSTALL file. At the moment of writing there are no binary packages available.

To learn how to use Breezy, see the official documentation in the doc directory or refer to the Bazaar documentation at <https://www.breezy-vcs.org/doc/en/>.

Breezy is Free Software, and is released under the GNU General Public License, version 2 or later.

Breezy is a friendly fork of the Bazaar (bzr) project, hosted on http://bazaar.canonical.com/. It is backwards compatibility with Bazaar's disk format and protocols. One of the key differences with Bazaar is that Breezy runs on Python 3, rather than on Python 2.

Breezy highlights

Breezy directly supports both central version control (like cvs/svn) and distributed version control (like git/hg). Developers can organize their workspace in whichever way they want on a per project basis including:

  • checkouts (like svn)
  • feature branches (like hg)
  • shared working tree (like git).

It also directly supports and encourages a large number of development best practices like refactoring and pre-commit regression testing. Users can choose between our command line tool and our cross-platform GUI application. For further details, see our website.

Feedback

If you encounter any problems with Breezy, need help understanding it, or would like to offer suggestions or feedback, please get in touch with us:

Our mission is to make a version control tool that developers LOVE to use and that casual contributors feel confident with. Please let us know how we're going.

The Breezy Team

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].