aboutsummaryrefslogtreecommitdiff
path: root/_tils
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2020-09-05 05:06:37 -0300
committerEuAndreh <eu@euandre.org>2020-09-05 05:06:37 -0300
commita4dbb8386ad7080bcd2877d9b82e4644bc7ed155 (patch)
tree1308cbf78abd9ca15c7c99636e2baf0b60f4f802 /_tils
parentpr post: break lines that are too long (diff)
downloadeuandre.org-a4dbb8386ad7080bcd2877d9b82e4644bc7ed155.tar.gz
euandre.org-a4dbb8386ad7080bcd2877d9b82e4644bc7ed155.tar.xz
pr post: Clarify statement on "Git federation"
Diffstat (limited to '')
-rw-r--r--_tils/2020-09-05-pull-requests-with-git-the-oldschool-way.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/_tils/2020-09-05-pull-requests-with-git-the-oldschool-way.md b/_tils/2020-09-05-pull-requests-with-git-the-oldschool-way.md
index 576d0ed..ceb8207 100644
--- a/_tils/2020-09-05-pull-requests-with-git-the-oldschool-way.md
+++ b/_tils/2020-09-05-pull-requests-with-git-the-oldschool-way.md
@@ -99,8 +99,8 @@ In practice, I've never used or seen anyone use pull requests this way:
everybody is just [sending patches via email][decentralized-git].
If you stop to think about this model, the problem of "Git hosting providers
-becoming too centralized" is a non-issue, and "Git federation" is a less
-attractive as it may sound initially.
+becoming too centralized" is a non-issue, and "Git federation" proposals are a
+less attractive as they may sound initially.
Using Git this way is not scary or so weird as the first impression may suggest.
It is actually how Git was designed to be used.