Skip to content

Commit df2af63

Browse files
committed
波括弧が残っていたので削除するなど
1 parent 5529221 commit df2af63

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/text/chapter-1/cli-and-gui.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Git は CLI で動作するソフトウェアの一つです。traP、とくに
3737
Git はたとえば以下のようなコマンドによって操作します。最初の `git` が Git に対するコマンドの指定です。Git に限らず多くの CLI ソフトウェアのコマンドは使用するソフトウェアを指定する接頭辞をつけます。それぞれのコマンドの意味は前編の後半に説明します。
3838

3939
```sh
40-
git clone リポジトリURI
40+
git clone リポジトリのURL
4141
git checkout ブランチ名
4242
git pull origin ブランチ名
4343
git push

docs/text/chapter-1/gitea-ssh.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ ssh -T ssh://git@git.trap.jp:2200
6868
以下のように表示されたら、Gitea との SSH 接続に成功しています。
6969

7070
```txt
71-
Hi there, {ユーザー名}! You've successfully authenticated with the key named {キー名}, but Gitea does not provide shell access.
71+
Hi there, ユーザー名! You've successfully authenticated with the key named キー名, but Gitea does not provide shell access.
7272
If this is unexpected, please log in with password and setup Gitea under another user.
7373
```
7474

0 commit comments

Comments
 (0)