All Projects → pharo-vcs → Iceberg

pharo-vcs / Iceberg

Licence: mit
Iceberg is the main toolset for handling VCS in Pharo.

Programming Languages

smalltalk
420 projects

Labels

Projects that are alternatives of or similar to Iceberg

powerbi-vcs
WIP (properly) version control and collaborate on your *.pbi{tx} files
Stars: ✭ 78 (-31.58%)
Mutual labels:  vcs
VBA-IDE-Code-Export
Export & Import VBA code for use with Git (or any VCS)
Stars: ✭ 89 (-21.93%)
Mutual labels:  vcs
Isomorphic Git
A pure JavaScript implementation of git for node and browsers!
Stars: ✭ 6,033 (+5192.11%)
Mutual labels:  vcs
compareWith
RStudio Addins for Enhanced Diff and Merge
Stars: ✭ 52 (-54.39%)
Mutual labels:  vcs
gitarena
Software development platform with built-in vcs, issue tracking and code review
Stars: ✭ 26 (-77.19%)
Mutual labels:  vcs
go-scm
Package scm provides a unified interface to multiple source code management systems.
Stars: ✭ 117 (+2.63%)
Mutual labels:  vcs
logivi
Git visualisation software written in Lua.
Stars: ✭ 16 (-85.96%)
Mutual labels:  vcs
Wtf
Whitespace Total Fixer
Stars: ✭ 40 (-64.91%)
Mutual labels:  vcs
silver-platter
Automate the creation of merge proposals for scriptable changes
Stars: ✭ 19 (-83.33%)
Mutual labels:  vcs
Useful Scripts
🐌 useful scripts for making developer's everyday life easier and happier, involved java, shell etc.
Stars: ✭ 5,835 (+5018.42%)
Mutual labels:  vcs
mdlr
MDLR ("Modular") gives you declarative and easy Git 'submodules without the pain of submodules'
Stars: ✭ 26 (-77.19%)
Mutual labels:  vcs
VBA-Import-Export
Export & Import VBA code for use with Git (or any VCS)
Stars: ✭ 14 (-87.72%)
Mutual labels:  vcs
Centraldogma
Highly-available version-controlled service configuration repository based on Git, ZooKeeper and HTTP/2
Stars: ✭ 378 (+231.58%)
Mutual labels:  vcs
6502.ts
Emulators for MOS 6502 based systems written in TypeScript
Stars: ✭ 50 (-56.14%)
Mutual labels:  vcs
Composer Asset Plugin
NPM/Bower Dependency Manager for Composer
Stars: ✭ 898 (+687.72%)
Mutual labels:  vcs
FSDevTools
Project to support developer experience (DX) with FirstSpirit template development by offering a connection between a VCS like Git and FirstSpirit.
Stars: ✭ 29 (-74.56%)
Mutual labels:  vcs
vcs
PHP interface for version control systems
Stars: ✭ 59 (-48.25%)
Mutual labels:  vcs
Gitlink
A Jetbrains plugin that opens a local file under Git version control in its remote host using the default browser.
Stars: ✭ 101 (-11.4%)
Mutual labels:  vcs
Forgefed
An extension to ActivityPub for web-based Git services federation.
Stars: ✭ 874 (+666.67%)
Mutual labels:  vcs
Ansible Role Gitlab
Ansible Role - GitLab
Stars: ✭ 459 (+302.63%)
Mutual labels:  vcs

Iceberg

Iceberg is the main toolset for handling VCS in Pharo.

More concretely, Iceberg provides tools to checkout, commit, merge and other common operations in git repositories, all directly from the image. In fact, git is currently the only VCS backend for Iceberg, but it's design supports the addition of other options.

Iceberg also provides some plugins for smooth and fast integration with common actions in the workflow of contributors, such as creating a branch based on a GitHub issue number.

Getting Started

Newcomer as User? Follow this 5 minutes tutorial.

Newcomer as Contributor? Read this guide.

Want to Chat? There is the #iceberg channel in the Pharo Discord server.

You can find more useful information in our Wiki section.

License

The code is licensed under the MIT license.

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