のねのBlog

パソコンの問題や、ソフトウェアの開発で起きた問題など書いていきます。よろしくお願いします^^。

コマンドでgit

$git checkout -b feat02_fujii feat01_u01
Switched to a new branch 'feat02_u01'
$git branch -a
  feat01
  feat01_u01
* feat02_u01
  proj1
  remotes/origin/HEAD -> origin/proj1
  remotes/origin/feat01
  remotes/origin/proj
$git branch -d feat02_u01