Actualiser Zurich hackathon

Milovann Yanatchkov 2025-01-01 13:27:26 +01:00
parent fe36cbb28d
commit 17f416dc37

@ -11,12 +11,12 @@ For more details on the project's origin, and the purpose of a forge for AEC, pl
One of the great feature of **Git** is the `commit` [history](https://about.gitlab.com/blog/2018/06/07/keeping-git-commit-history-clean/), which keeps tracks of every file changes. \
When working with text-based [native IFC](https://github.com/brunopostle/ifcmerge/blob/main/docs/whitepaper.rst) files, it's possible to view each stage of the modeling process. \
Here's an example of an IFC model commit history :
Here's an example of a single IFC model viewed at different moments in time :
* [Added model ifc](https://gitaec.org/brunopostle/creative-freedom/src/commit/b28fbd13d182fb78d4cc79dad1b390c92e1750af/model.ifc)
* [Added terrain, retaining walls, stairs and deck columns](https://gitaec.org/brunopostle/creative-freedom/src/commit/c367f58c307db840494b58b991115f13b3687679/model.ifc)
See more [commit history](https://gitaec.org/brunopostle/creative-freedom/commits/branch/main) on the [revision graph](https://gitaec.org/brunopostle/creative-freedom/graph) \
This is made possible with [IfcMerge](https://github.com/brunopostle/ifcmerge).
See more [commit history](https://gitaec.org/brunopostle/creative-freedom/commits/branch/main) on the [revision graph](https://gitaec.org/brunopostle/creative-freedom/graph). \
This is made possible thanks to [IfcMerge](https://github.com/brunopostle/ifcmerge).
## An Automation System