Code

reflog inspection: introduce shortcut "-g"
[git.git] / Documentation / git-resolve.txt
index db38e2407ab3e8344db05c3048db9e46db023376..0925973f12edcb863ede32cf1e95d9e9ebac1cf5 100644 (file)
@@ -8,10 +8,12 @@ git-resolve - Merge two commits
 
 SYNOPSIS
 --------
-'git resolve' <current> <merged> <message>
+'git-resolve' <current> <merged> <message>
 
 DESCRIPTION
 -----------
+DEPRECATED.  Use `git-merge` instead.
+
 Given two commits and a merge message, merge the <merged> commit
 into <current> commit, with the commit log message <message>.