# HG changeset patch # User Oleksandr Gavenko # Date 1650536248 -10800 # Node ID 748dd6b6084c3ce439a65236cf7a0786ce1012e4 # Parent 8add39b5cc018317b26d6760b3450df8cc932eed Fixed typos. diff -r 8add39b5cc01 -r 748dd6b6084c 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