diff --git a/content/git/clone-commit-via-cli.md b/content/git/clone-commit-via-cli.md index a7443cb..e383d78 100644 --- a/content/git/clone-commit-via-cli.md +++ b/content/git/clone-commit-via-cli.md @@ -73,7 +73,7 @@ Here's an explanation of the command flags used here: ## Push The last step is to synchronize (*push*) the commit from the local repository to the remote one on Codeberg. -If you are using HTTP, you will be asked for your Codeberg username and password. +If you are using HTTP, you will be asked for your Codeberg username and password. If you want to avoid entering your password every time, consider [using SSH](/security/ssh-key) instead. ```shell ~/examples$ git push