個人的に良く忘れるGitコマンドのメモ


特定のリモートリポジトリをローカルに作成する

git switch -c <ローカルのリポジトリ名> <origin/ギットハブ上のリポジトリ名>
# ex) git switch -c new-local-branch origin/exist-github-branch

作業ツリー(working tree)は切り替わらないブランチ作成のパターン | 要検証todo

git branch <new-branch>

Note that this will create the new branch, but it will not switch the working tree to it; use git switch <newbranch> to switch to the new branch.


読んでみたい本

img Gitが、おもしろいほどわかる基本の使い方33 改訂新版〈バージョン管理、GUI、Sourcetree、Bitbucket〉| 2019/6/28

img サルでもわかるGit入門 | 2018/9/25

img はじめてでもできる GitとGitHubの教科書 | 2022/7/23

img GitHub実践入門 ~Pull Requestによる開発の変革 (WEB+DB PRESS plus) | 2014/3/20

img GitHub CI/CD実践ガイド――持続可能なソフトウェア開発を支えるGitHub Actionsの設計と運用 (エンジニア選書) 単行本(ソフトカバー) – 2024/5/29

img いちばんやさしいGit&GitHubの教本 第2版 人気講師が教えるバージョン管理&共有入門 (「いちばんやさしい教本」シリーズ) | 2022/3/17

img 改訂2版 わかばちゃんと学ぶ Git使い方入門〈GitHub、SourceTree、コマンド操作対応〉