Dimasluke / socket-video-project-V1

1 stars 2 forks source link

Pratice Git #44

Open Dimasluke opened 5 years ago

Dimasluke commented 5 years ago
Dimasluke commented 5 years ago

git branch / pull / merge practice done git checkout -b ${branch} creates new branch git checkout ${branch} switches to branch // Merge branches git checkout test git pull origin master git checkout master git merge test