From d8a221ef26f21c30481efc094b204eab01669830 Mon Sep 17 00:00:00 2001 From: Lampros Mountrakis Date: Thu, 14 Jul 2016 09:18:38 +0200 Subject: [PATCH] git-remote: use straight quotation marks instead of curly ones (#951) this was the only command page that used non-ASCII characters --- pages/common/git-remote.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/common/git-remote.md b/pages/common/git-remote.md index 81cf9afbff..850d4be663 100644 --- a/pages/common/git-remote.md +++ b/pages/common/git-remote.md @@ -1,6 +1,6 @@ # git remote -> Manage set of tracked repositories (“remotes”). +> Manage set of tracked repositories ("remotes"). - Show a list of existing remotes, their names and URL: