We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36cfebd commit 935d201Copy full SHA for 935d201
README.rst
@@ -40,8 +40,8 @@ argument specially. Typical usage::
40
# use version saved by pkgbump
41
pkgcommit -sS --bump
42
43
-git-fixup
44
----------
+git-fixup-mg
+------------
45
Dependencies: git
46
47
Commits changes to the specified files (or current directory, if no
@@ -52,7 +52,7 @@ Typical usage::
52
# initial commit
53
pkgcommit -sS -m 'Bump to 1.2.3'
54
# do some fixes
55
- git-fixup
+ git-fixup-mg
56
# rebase squashes fixup into parent commit
57
git rebase -i -S origin
58
git-fixup renamed to git-fixup-mg
0 commit comments