2019-04-22から1日間の記事一覧

特定のコミットのブランチを作成したい

git

特定のコミットのブランチを作成 git checkout {コミットハッシュ値} -b {ブランチ名} 例) git checkout 00abe35 -b tmp/20190421