Git ブランチを作成してみた


ブランチ作成

git branch fauture/suda

ブランチ一覧確認

git branch
ーーーーーーー
fauture/suda
master

ブランチ切り替え

PS D:\docker-reds\git-ec-reds> git checkout fauture/suda
Switched to branch 'fauture/suda'
M user/cake/app/Config/database.php
M user/public_html/.htaccess
PS D:\docker-reds\git-ec-reds> git branch
fauture/suda 
master

下記が参考サイトです

https://backlog.com/ja/git-tutorial/reference/branch/
0

Comments

0 comments