mirror of
https://github.com/martinvonz/jj.git
synced 2025-01-18 18:27:38 +00:00
demos: add blank line at the end
This makes it slightly easier to take a screenshot without getting the cursor character from the shell input line just below.
This commit is contained in:
parent
d87f49ce5f
commit
73ce048256
5 changed files with 10 additions and 0 deletions
|
@ -14,3 +14,5 @@ run_command "jj diff -r b1"
|
||||||
|
|
||||||
comment "The repo is backed by the actual Git repo:"
|
comment "The repo is backed by the actual Git repo:"
|
||||||
run_command "git --git-dir=.jj/repo/store/git log --graph --all --decorate --oneline"
|
run_command "git --git-dir=.jj/repo/store/git log --graph --all --decorate --oneline"
|
||||||
|
|
||||||
|
blank
|
||||||
|
|
|
@ -44,3 +44,5 @@ run_command "jj log"
|
||||||
comment "Again, because the merge commit has the
|
comment "Again, because the merge commit has the
|
||||||
changes from all three commits, it has no
|
changes from all three commits, it has no
|
||||||
conflict."
|
conflict."
|
||||||
|
|
||||||
|
blank
|
||||||
|
|
|
@ -50,3 +50,5 @@ run_command "jj op restore $rebase_op"
|
||||||
comment "We're now back to before the \"other stuff\"
|
comment "We're now back to before the \"other stuff\"
|
||||||
change existed:"
|
change existed:"
|
||||||
run_command "jj log"
|
run_command "jj log"
|
||||||
|
|
||||||
|
blank
|
||||||
|
|
|
@ -38,3 +38,5 @@ run_command "echo \"Hello earth!\" > README"
|
||||||
|
|
||||||
comment "The status command no longer reports it:"
|
comment "The status command no longer reports it:"
|
||||||
run_command "jj status"
|
run_command "jj status"
|
||||||
|
|
||||||
|
blank
|
||||||
|
|
|
@ -46,3 +46,5 @@ run_command "jj describe goodbye -m goodbye"
|
||||||
|
|
||||||
comment "Inspect the result:"
|
comment "Inspect the result:"
|
||||||
run_command "jj log"
|
run_command "jj log"
|
||||||
|
|
||||||
|
blank
|
||||||
|
|
Loading…
Reference in a new issue