Created
November 10, 2016 17:22
-
-
Save NSLog0/0ff17c57d638ba9d0f32981ebaa65cf2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// สลับไป develop | |
git checkout develop | |
// merge branch ของเราเข้าไป | |
git merge –no-ff <name> | |
// เสร็จแล้วก็ลบทิ้ง | |
git branch -d <name> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment