From f28ee57cc637ed1d36de9a4a322aba6fd641d478 Mon Sep 17 00:00:00 2001 From: Bala Subrahmanyam Varanasi <vabasu@gmail.com> Date: Tue, 13 Dec 2011 10:38:52 +0530 Subject: [PATCH] modified 'gid' to 'git' --- doc/developers/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/developers/index.rst b/doc/developers/index.rst index 998176fa0c..a1ec7d6871 100644 --- a/doc/developers/index.rst +++ b/doc/developers/index.rst @@ -89,7 +89,7 @@ this case, replace step 4 by step 5: repo:: $ git checkout -b my-feature - $ gid add modified_files + $ git add modified_files $ git commit $ git push origin my-feature -- GitLab