How do I make a Tangent workspace a Git repository as well? #274
-
|
I'm interested in taking my notes under version control. This is for two reasons:
Is there anything wrong with this idea, in particular, is the As far as I understand, the |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
I think this is a great idea. I do it with my own notes. The Looking at my .tangent/generated # Where the index lives
.tangent/tangents # Machine-specific history
.tangent/Temp # Where unnamed queries go
.tangent/workspaces # Machine-specific view state |
Beta Was this translation helpful? Give feedback.
I think this is a great idea. I do it with my own notes. The
.gitfolder is explicitly ignored by Tangent, so you should be totally fine with wherever the Tangent workspace ends up.Looking at my
.gitignore, it looks like I've not been the best about keeping stuff out that should be out. Here's my recommendation: