We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e48a5ca commit a0741cbCopy full SHA for a0741cb
README.md
@@ -2,8 +2,8 @@
2
3
Iceberg is the main toolset for handling [VCS](https://en.wikipedia.org/wiki/Version_control) in Pharo.
4
5
-[](https://github.com/pharo-vcs/iceberg/actions/workflows/test-all.yml)
6
-[](https://github.com/pharo-vcs/iceberg/actions/workflows/test.yml)
+[](https://github.com/pharo-vcs/iceberg/actions/workflows/test-all.yml)
+[](https://github.com/pharo-vcs/iceberg/actions/workflows/test.yml)
7
8
More concretely, Iceberg provides tools to checkout, commit, merge and other common operations in git repositories, all directly from the image.
9
In fact, git is currently the only VCS backend for Iceberg, but it's design supports the addition of other options.
0 commit comments