Fixed typos.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Thu, 21 Apr 2022 13:17:28 +0300
changeset 2524 748dd6b6084c
parent 2523 8add39b5cc01
child 2525 cb9c3e5c2884
Fixed typos.
bitbucket.rst
--- a/bitbucket.rst	Thu Apr 21 10:48:04 2022 +0300
+++ b/bitbucket.rst	Thu Apr 21 13:17:28 2022 +0300
@@ -17,7 +17,7 @@
 
 You can embed the password into URL::
 
-  git clone git clone https://$USER:$PASS@bitbucket.org/$USER/$REPO.git
+  git clone https://$USER:$PASS@bitbucket.org/$USER/$REPO.git
 
 As Git uses libcurl you can store password in the file ``.netrc``::
 
@@ -25,4 +25,4 @@
 
 and avoid leaking it into shell history, ompare with the previous Git command::
 
-  git clone git clone https://$USER@bitbucket.org/$USER/$REPO.git
+  git clone https://$USER@bitbucket.org/$USER/$REPO.git