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
**Git does a great job of securely storing and tracking changes and backing up important documents.**
29
+
It is popular,
30
+
[feature-rich](https://git-man-page-generator.lokaltog.net/) and widely-deployed,
31
31
but it doesn't on its own support encryption, which might be important if the backed-up data
32
-
is going to be shared with untrusted (and untrustworthy) third parties
33
-
and various intermediary data "processors".
32
+
is going to be shared with untrusted (untrustworthy) third parties
33
+
and their intermediary "data processors".
34
34
One _could_ most simply set up an encryption-decryption process
35
35
consisting of [**`clean` and `smudge` git filters** issued pre commits and post checkouts](https://git-scm.com/book/ms/v2/Customizing-Git-Git-Attributes#filters_a),
36
-
respectively, but **git filters can't encrypt the tracked file paths / filenames**,
36
+
respectively, but **git filters don't encrypt the tracked file paths / filenames**,
37
37
whereas one might have a want for that, otherwise almost what's the point? 😶
38
38
39
39
Features
@@ -51,9 +51,9 @@ Features
51
51
52
52
How it works
53
53
------------
54
-
Myba relies on a two-repo solution. On any _client_, **two repositories** are created.
54
+
Myba relies on a **two-repo solution**. On any _client_, **two repositories** are created.
0 commit comments