iceberg

Description

Iceberg is the main toolset for handling VCS in Pharo.

Details

Source
GitHub
Dialect
pharo (65% confidence)
License
MIT
Stars
138
Forks
91
Created
April 8, 2016
Updated
March 18, 2026
Topics
git pharo vcs

Categories

Packaging / VCS

README excerpt

# Iceberg

Iceberg is the main toolset for handling [VCS](https://en.wikipedia.org/wiki/Version_control) in Pharo.

[![Iceberg-Pharo-Integration](https://github.com/pharo-vcs/iceberg/actions/workflows/test-all.yml/badge.svg)](https://github.com/pharo-vcs/iceberg/actions/workflows/test-all.yml)  
[![Complete Test](https://github.com/pharo-vcs/iceberg/actions/workflows/test.yml/badge.svg)](https://github.com/pharo-vcs/iceberg/actions/workflows/test.yml)

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](https://github.com/pharo-vcs/iceberg/wiki/Tutorial).

**Newcomer as Contributor?** Read [this guide](https://github.com/pharo-vcs/iceberg/wiki/Contributing-to-Iceberg).

**Want to Chat?** There is the `#iceberg` channel in the [Pharo Discord server](https://pharo.org/community).

You can find more useful information in our [Wiki section](https://github.com/pharo-vcs/iceberg/wiki).


## License

The code is licensed under the [MIT](LICENSE) license.
← Back to results