diff options
author | Dante Catalfamo | 2021-04-12 12:41:38 -0400 |
---|---|---|
committer | Dante Catalfamo | 2021-04-12 12:41:38 -0400 |
commit | 7ee198ecd2ecb1146fdc8457502d494861af3126 (patch) | |
tree | dd22e93098de8259576afba3b9e552b328be805d | |
parent | 0876454c89dd7a4d899bdc1bd7ba96ef85f5d2ab (diff) | |
download | blog-7ee198ecd2ecb1146fdc8457502d494861af3126.tar.gz blog-7ee198ecd2ecb1146fdc8457502d494861af3126.tar.bz2 blog-7ee198ecd2ecb1146fdc8457502d494861af3126.zip |
freecad-git: wording and capitalization
-rw-r--r-- | content/posts/WIP-freecad-and-git/index.org | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/content/posts/WIP-freecad-and-git/index.org b/content/posts/WIP-freecad-and-git/index.org index fb80c24..a818a32 100644 --- a/content/posts/WIP-freecad-and-git/index.org +++ b/content/posts/WIP-freecad-and-git/index.org @@ -1,4 +1,4 @@ -#+TITLE: Freecad and Git +#+TITLE: FreeCAD and Git #+DATE: 2021-03-23T01:23:58-04:00 #+DRAFT: true #+DESCRIPTION: @@ -31,7 +31,7 @@ The main component of this workaround is a great little script called something called a [[https://git-scm.com/docs/gitattributes#_filter][filter attribute]]. The second isn't as much a tool as it is a snippet from a [[https://tante.cc/2010/06/23/managing-zip-based-file-formats-in-git/][blog post]] -about diffing zip files using a [[https://git-scm.com/docs/gitattributes#_diff][different]] attribute. By combining both +about diffing zip files using the [[https://git-scm.com/docs/gitattributes#_diff][=diff=]] attribute. By combining both these methods we can arrive at a pretty good method of handling FreeCAD save data. |