diff options
Diffstat (limited to 'tutorials')
-rw-r--r-- | tutorials/set-up-account-and-git.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tutorials/set-up-account-and-git.md b/tutorials/set-up-account-and-git.md index 030b48b..ae8c131 100644 --- a/tutorials/set-up-account-and-git.md +++ b/tutorials/set-up-account-and-git.md @@ -67,7 +67,7 @@ created the initial commit. The following commands will add a "remote" to your local git repository, which will allow you to push changes to a remote repository on git.sr.ht. - git remote add origin git@git.sr.ht:~{{{srht_username}}}/example + git remote add origin git@git.sr.ht:~username/example Make sure to replace `username` with your own. Then this command will push your master branch to git.sr.ht: |