diff options
author | Silvino Silva <silvino@bk.ru> | 2016-12-20 18:08:55 +0000 |
---|---|---|
committer | Silvino Silva <silvino@bk.ru> | 2016-12-20 18:08:55 +0000 |
commit | 07f4ffef600659a512784e08d1766eb606c2075c (patch) | |
tree | 53fc69b8e2744dd20977ba9f5d8bd14829324bbe /dev/git.html | |
parent | 729dea10b1709e46c1a3f617ab95fcef40639c41 (diff) | |
download | doc-07f4ffef600659a512784e08d1766eb606c2075c.tar.gz |
dev git fix
Diffstat (limited to 'dev/git.html')
-rw-r--r-- | dev/git.html | 6 |
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> |