about summary refs log tree commit diff stats
path: root/dev
diff options
context:
space:
mode:
authorSilvino Silva <silvino@bk.ru>2016-12-20 18:08:55 +0000
committerSilvino Silva <silvino@bk.ru>2016-12-20 18:08:55 +0000
commit07f4ffef600659a512784e08d1766eb606c2075c (patch)
tree53fc69b8e2744dd20977ba9f5d8bd14829324bbe /dev
parent729dea10b1709e46c1a3f617ab95fcef40639c41 (diff)
downloaddoc-07f4ffef600659a512784e08d1766eb606c2075c.tar.gz
dev git fix
Diffstat (limited to 'dev')
-rw-r--r--dev/git.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/dev/git.html b/dev/git.html
index de11de0..11028ee 100644
--- a/dev/git.html
+++ b/dev/git.html
@@ -271,6 +271,12 @@
 
     <h3 id="logdiff">2.2. Logs and commits</h3>
 
+    <p>Create patch files to target branch/tag/ref;</p>
+
+    <pre>
+    $ git format-patch --no-prefix software-v0.0.1
+    </pre>
+
     <p>Last commit that affected current path</p>
 
     <pre>