diff options
-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> |