Skip to content

Instantly share code, notes, and snippets.

@NSLog0
Created November 8, 2016 16:21
Show Gist options
  • Save NSLog0/6c843a505ae58e8aad12a24fbcc0ba3d to your computer and use it in GitHub Desktop.
Save NSLog0/6c843a505ae58e8aad12a24fbcc0ba3d to your computer and use it in GitHub Desktop.
// ถ้าเราอยู่ใน master แล้วก็สั่ง
git checkout -b hotfix/create-post-error-0.2.1
// หรือถ้าอยู่ branch อื่นๆ ก็พิมพ์ตามคำสั่งด้านล่าง
git checkout -b hotfix/create-post-error-0.2.1 master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment