From 17f416dc37114ab94a3c3f4b298e928543b382d5 Mon Sep 17 00:00:00 2001 From: rvba Date: Wed, 1 Jan 2025 13:27:26 +0100 Subject: [PATCH] Actualiser Zurich hackathon --- Zurich-hackathon.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Zurich-hackathon.md b/Zurich-hackathon.md index 2f22aca..16ce4d0 100644 --- a/Zurich-hackathon.md +++ b/Zurich-hackathon.md @@ -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