diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-08-01 17:13:35 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-08-01 17:13:35 +0300 |
commit | 835ebce965647cd23a7be85e0a5e88f548737f42 (patch) | |
tree | a2f4773ea6337428ec2df93092872c3e24e25ce2 | |
parent | pylint fixes (diff) | |
download | cgitize-835ebce965647cd23a7be85e0a5e88f548737f42.tar.gz cgitize-835ebce965647cd23a7be85e0a5e88f548737f42.zip |
README: update
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -54,7 +54,7 @@ Mirror maintenance Update the URL of an existing repository mirror: - git remote set-url origin ssh://git@examples.com/username/name.git + git remote set-url origin git@examples.com/username/name.git Development ----------- |