Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pharo-vcs/iceberg
Iceberg is the main toolset for handling VCS in Pharo.
https://github.com/pharo-vcs/iceberg
git pharo vcs
Last synced: 4 days ago
JSON representation
Iceberg is the main toolset for handling VCS in Pharo.
- Host: GitHub
- URL: https://github.com/pharo-vcs/iceberg
- Owner: pharo-vcs
- License: mit
- Created: 2016-04-08T15:23:16.000Z (almost 9 years ago)
- Default Branch: Pharo13
- Last Pushed: 2024-10-25T11:41:49.000Z (3 months ago)
- Last Synced: 2024-10-29T17:35:29.676Z (2 months ago)
- Topics: git, pharo, vcs
- Language: Smalltalk
- Homepage:
- Size: 9.44 MB
- Stars: 134
- Watchers: 27
- Forks: 84
- Open Issues: 346
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome-pharo - Polyphemus - Framework allowing to analyse/query/modify Pharo images without executing them. (Virtual Machine)
README
# 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.