Commit 54eb1471 by TongZuu

Add new file

parent 2fd3b09c
--new branch from master. modify success
git format-patch --stdout master > my.patch
--patch diff commit between n..n1
git format-patch --stdout bb25e649fcbc539d99945600c262636621b48a3f..a427ce27eee37982312b7d7b8f2600c406109f20 > my.patch
// zip file ที่มีความแตกต่าง ระหว่าง commit ce1f8df - 8a22bd8
git archive -o update.zip HEAD $(git diff ce1f8df 8a22bd8 --name-only)
//apply patch to project
git apply my.patch
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment