なんだかGoodVibes

日々の勉強メモです。

2022-04-24から1日間の記事一覧

【Git】ブランチの情報を表示するコマンド色々(branch、remote)

git

こんにちは。 本日はGitのコマンドメモです。 概要 git branch git branch -r(--remotes) git branch -a(--all) git branch -v(--verbose) git branch -vv git remote git remote -v(--verbose) git remote show -n リポジトリ名 概要 ブランチの情報を知り…