個人的に良く忘れるGitコマンドのメモ
特定のリモートリポジトリをローカルに作成する
git switch -c <ローカルのリポジトリ名> <origin/ギットハブ上のリポジトリ名>
# ex) git switch -c new-local-branch origin/exist-github-branch
- https://git-scm.com/docs/git-switch
- https://git-scm.com/docs/git-checkout: Switch branches or restore working tree files
作業ツリー(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.
読んでみたい本
Gitが、おもしろいほどわかる基本の使い方33 改訂新版〈バージョン管理、GUI、Sourcetree、Bitbucket〉| 2019/6/28
はじめてでもできる GitとGitHubの教科書 | 2022/7/23
GitHub実践入門 ~Pull Requestによる開発の変革 (WEB+DB PRESS plus) | 2014/3/20
GitHub CI/CD実践ガイド――持続可能なソフトウェア開発を支えるGitHub Actionsの設計と運用 (エンジニア選書) 単行本(ソフトカバー) – 2024/5/29
いちばんやさしいGit&GitHubの教本 第2版 人気講師が教えるバージョン管理&共有入門 (「いちばんやさしい教本」シリーズ) | 2022/3/17