mirror of
https://codeberg.org/Codeberg/Documentation.git
synced 2026-06-16 05:13:54 -07:00
add suggestion to use SSH to avoir entering password every time
This commit is contained in:
parent
7a9528cfff
commit
d34e73a2b6
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue