Fixed grammar.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Sun, 24 Jun 2018 02:05:27 +0300
changeset 2253 6bb039213d89
parent 2252 95d312f81861
child 2254 b01b5f568c5a
Fixed grammar.
git.rst
--- a/git.rst	Thu Jun 21 13:45:31 2018 +0300
+++ b/git.rst	Sun Jun 24 02:05:27 2018 +0300
@@ -222,7 +222,7 @@
 
   $ git branch -d $NAME
 
-Delete remote branch remotely::
+Delete remote branch::
 
   $ git push --delete $REMOTE $BRANCH_NAME
   $ git push -d $REMOTE $BRANCH_NAME