From 40611df5ec8de1fb0b3ea49d2eddd47dc9f06fd1 Mon Sep 17 00:00:00 2001 From: n Date: Wed, 16 Jun 2021 21:16:59 +0900 Subject: [PATCH] bash --> shell --- content/git/clone-commit-via-cli.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/git/clone-commit-via-cli.md b/content/git/clone-commit-via-cli.md index fdeb23e..d84d6b9 100644 --- a/content/git/clone-commit-via-cli.md +++ b/content/git/clone-commit-via-cli.md @@ -75,7 +75,7 @@ The last step is to synchronize (*push*) the modifications (commit) from the loc If you are using HTTP, you will be asked for your Codeberg username and password. -```bash +```shell ~/examples$ git push Username for 'https://codeberg.org': knut Password for 'https://knut@codeberg.org':