Replies: 31 comments 38 replies
Discussion threadPlease reply to this comment to discuss the list. |
2 replies
tug: Find the closest bookmark in history and advance it forward to closest non-empty commit (using bookmark move) |
4 replies
rebase-all: Rebase all my branches on trunk() |
1 reply
restack: Rebase all my branches/megamerge on trunk(). |
2 replies
fetch-pr : Fetch PR from origin and create pr- bookmark (using git) |
1 reply
track-github-PR / untrack-github-PR: fetching and pushing to someone else's PR on Github, with additional remote bookmark to show PR's number (using git, gh) |
1 reply
difft: Diff using difftastic (without having it as default) |
1 reply
sync: Fetch from all remotes |
1 reply
collapse: Collapse the current branch into one commit |
1 reply
long: Show detailed log |
1 reply
short: Show oneline log |
1 reply
l: Show log of commits up to @ |
1 reply
precommit: Manually run pre-commit hooks |
1 reply
open: My branches (heads) that are not yet merged to trunk() |
1 reply
open: My commits that are not yet merged to trunk() |
1 reply
blame: Annotate file with authors. Shorthand for jj file annotate. |
1 reply
slice: View the entire branch being worked on in the log |
1 reply
issueprefix: Add [ISSUE-] prefix to every non-prefixed commit in the current branch |
2 replies
plan: Create empty commit with description at the branch tip |
1 reply
l : Show log for the given revset |
1 reply
restack: Rebase all my active branches on trunk (reachable through mutable() from @) |
1 reply
|
stack r: Move revset 'r' into the megamerge |
1 reply
|
stage: Move all commits after megamerge into megamerge |
2 replies
1 reply
bookmark_revs / bookmark_change_ids : List commit/change IDs a local bookmark has had over time |
1 reply
stack : Put the given revset into the megamerge |
1 reply
stage: Put all commits after megamerge into the megamerge |
1 reply
tug: Find the closest bookmark in history and advance it forward to closest non-empty commit (using bookmark advance arguments) |
1 reply
tug: Find the closest bookmark in history and advance it forward to closest non-empty commit (using bookmark advance settings) |
1 reply
chop: Split out a change from the history (evolog) of the current change |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
I have created a list of jj aliases. Or rather, I'm going to render the list from this very discussion post! Everyone can add links to aliases (see instructions on the list webpage).
The goal is to create a list of (popular) jj aliases, to inform users of the cool aliases that exist and to give users a common vocabulary. It will also allow for competing alias names and/or implementations, by letting users vote on their favorite aliases.
The entries in this list did originally not contain the definitions of the aliases, only links to source of the definitions. This was to avoid duplicate sources of definitions and outdated definitions. However, it became cumbersome to get to the alias definitions, especially on other sites requiring login. Therefore, the list now contain copies of the definitions with date.
https://www.lysator.liu.se/~axl/jj-aliases/
Any replies in this discussion not following the correct linking format will be ignored by the list webpage. To discuss the list, please comment in the comment labelled Discussion thread
All reactions