You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can use `RDF Toolkit` as a built-in serialization tool that is launched each time you add a commit to your local Git repository. This will guarantee that every commit you do will re-write your RDF/OWL files in a consistent way that can be compared and merged with work done by other FIBO collaborators.
113
113
114
114
#### Setup
115
-
Actually, in order to use this `RDF Toolkit` in this capacity, you will also need a [pre-commit file](https://github.com/edmcouncil/rdf-toolkit/raw/master/etc/git-hook/pre-commit).
115
+
Actually, in order to use this `RDF Toolkit` in this capacity, you will also need a [pre-commit file](https://raw.githubusercontent.com/edmcouncil/rdf-toolkit/develop/etc/git-hook/pre-commit).
116
116
117
117
You need to copy these two files:
118
-
*[pre-commit](https://github.com/edmcouncil/rdf-toolkit/raw/master/etc/git-hook/pre-commit) (no file extension)
118
+
*[pre-commit](https://raw.githubusercontent.com/edmcouncil/rdf-toolkit/develop/etc/git-hook/pre-commit) (no file extension)
0 commit comments