Mercurial > tips
changeset 2524:748dd6b6084c
Fixed typos.
author | Oleksandr Gavenko <gavenkoa@gmail.com> |
---|---|
date | Thu, 21 Apr 2022 13:17:28 +0300 |
parents | 8add39b5cc01 |
children | cb9c3e5c2884 |
files | bitbucket.rst |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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