diff options
author | http://joeyh.name/ <http://joeyh.name/@web> | 2014-07-08 17:31:53 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2014-07-08 17:31:53 +0000 |
commit | 1dc0ef95952857cc349901dd8c17206a9b6b1e43 (patch) | |
tree | e904fc71d63fcefe15b6530b2a07b9805c1a03a5 /doc | |
parent | 8d133662a186213aaecfae037c9641b8732c8290 (diff) |
Added a comment
Diffstat (limited to 'doc')
-rw-r--r-- | doc/forum/__171__Locking__187___files_until_synced/comment_1_8bf59f47fee0a8d5741fe209b5899863._comment | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/forum/__171__Locking__187___files_until_synced/comment_1_8bf59f47fee0a8d5741fe209b5899863._comment b/doc/forum/__171__Locking__187___files_until_synced/comment_1_8bf59f47fee0a8d5741fe209b5899863._comment new file mode 100644 index 000000000..d327a58b4 --- /dev/null +++ b/doc/forum/__171__Locking__187___files_until_synced/comment_1_8bf59f47fee0a8d5741fe209b5899863._comment @@ -0,0 +1,8 @@ +[[!comment format=mdwn + username="http://joeyh.name/" + ip="209.250.56.55" + subject="comment 1" + date="2014-07-08T17:31:53Z" + content=""" +This is something git's distributed nature preludes. You might frankly be better with one of the centralized VCSs that supports locking in this specific case. Or, you can do some kind of \"lock server\" that the clients contact, layering a centralized approach on top of git. +"""]] |