You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,8 @@ Syntax is as follows:
38
38
-`stacky branch up` (`stacky b u`): move down the stack (towards `master`)
39
39
-`stacky branch down` (`stacky b d`): move down the stack (towards `master`)
40
40
-`stacky branch new <name>`: create a new branch on top of the current one
41
-
-`stacky commit [-m <message>] [--amend] [--allow-empty]`: wrapper around `git commit` that syncs everything upstack
41
+
-`stacky branch commit <name> [-m <message>] [-a]`: create a new branch and commit changes in one command
42
+
-`stacky commit [-m <message>] [--amend] [--allow-empty] [-a]`: wrapper around `git commit` that syncs everything upstack
42
43
-`stacky amend`: will amend currently tracked changes to top commit
43
44
- Based on the first argument (`stack` vs `upstack` vs `downstack`), the following commands operate on the entire current stack, everything upstack from the current PR (inclusive), or everything downstack from the current PR:
0 commit comments