Git for other purposes
ben.straubnet.net
Git for other purposes
1–9 of 9 posts
Re: Git for other purposes
#2I've sometimes wondered (and perhaps this already exists, I've just never googled it) whether it would be useful to have a type of legal document that uses a markup suitable for revision tracking and version control. I find it's hard to be completely sure before signing a long legal document whether the version I've just received is precisely the same as the one my lawyer has reviewed.
Re: Git for other purposes
#3I use git for most of my writing (blog posts, content for my company's website, notes from meetings, journal entries about my kids, etc.) as well as for source code. Sort of a light-weight dropbox, with version control. I've sometimes wondered (and perhaps this already exists, I've just never googled it) whether it would be useful to have a type of legal document that uses a markup suitable for revision tracking and…
I seem to remember a tutorial on setting that up with git, but Google is failing me right now; does anyone know where that might be?
Re: Git for other purposes
#4I use git for most of my writing (blog posts, content for my company's website, notes from meetings, journal entries about my kids, etc.) as well as for source code. Sort of a light-weight dropbox, with version control. I've sometimes wondered (and perhaps this already exists, I've just never googled it) whether it would be useful to have a type of legal document that uses a markup suitable for revision tracking and…
Re: Git for other purposes
#5I use git for most of my writing (blog posts, content for my company's website, notes from meetings, journal entries about my kids, etc.) as well as for source code. Sort of a light-weight dropbox, with version control. I've sometimes wondered (and perhaps this already exists, I've just never googled it) whether it would be useful to have a type of legal document that uses a markup suitable for revision tracking and…
It does not fulfill your needs exactly, but it may be a start: http://www.gnu.org/software/wdiff/ I seem to remember a tutorial on setting that up with git, but Google is failing me right now; does anyone know where that might be?
Re: Git for other purposes
#6I use git for most of my writing (blog posts, content for my company's website, notes from meetings, journal entries about my kids, etc.) as well as for source code. Sort of a light-weight dropbox, with version control. I've sometimes wondered (and perhaps this already exists, I've just never googled it) whether it would be useful to have a type of legal document that uses a markup suitable for revision tracking and…
git/GitHub plus DropBox is like chocolate plus peanut butter
Re: Git for other purposes
#7The slightly more novel thing was using it to keep my research articles synced. Lesson learned: downloading 30 or 40 journal articles in pdf form through git on a wireless connection can be very slow.
Re: Git for other purposes
#8I used git for keeping track of changes to my thesis. Since LaTeX is really just code, keeping track of the changes was pretty easy. The slightly more novel thing was using it to keep my research articles synced. Lesson learned: downloading 30 or 40 journal articles in pdf form through git on a wireless connection can be very slow.
Re: Git for other purposes
#9I use git for most of my writing (blog posts, content for my company's website, notes from meetings, journal entries about my kids, etc.) as well as for source code. Sort of a light-weight dropbox, with version control. I've sometimes wondered (and perhaps this already exists, I've just never googled it) whether it would be useful to have a type of legal document that uses a markup suitable for revision tracking and…