Skip to content

fix typo #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ P.S: `git version 2.7.4 (Apple Git-66)`で動作検証をしています。
* [直前のコミットの実行者をデフォルト値にリセットする](#直前のコミットの実行者をデフォルト値にリセットする)
* [リモートブランチのURLを変更する](#リモートブランチのURLを変更する)
* [現在設定されている全てのリモートブランチを表示する](#現在設定されている全てのリモートブランチを表示する)
* [ローカルとリモートの全部ランチを表示する](#ローカルとリモートの全部ランチを表示する)
* [ローカルとリモートの全ブランチを表示する](#ローカルとリモートの全ブランチを表示する)
* [リモートのブランチを表示する](#リモートのブランチを表示する)
* [ファイル全体ではなく、ファイル中の一部変更点だけをステージングする](#ファイル全体ではなく、ファイル中の一部変更点だけをステージングする)
* [GITの補完機能をインストールする](#GITの補完機能をインストールする)
Expand Down Expand Up @@ -351,7 +351,7 @@ __その他の方法:__
git remote show
```

## ローカルとリモートの全部ランチを表示する
## ローカルとリモートの全ブランチを表示する
```sh
git branch -a
```
Expand Down