mirror of
https://github.com/jj-vcs/jj.git
synced 2025-12-23 06:01:01 +00:00
cli and docs: replace "id" by more correct "ID"
This commit is contained in:
parent
3587d4ec7e
commit
6687f98d8a
5 changed files with 15 additions and 15 deletions
|
|
@ -17,7 +17,7 @@ pause 2
|
|||
run_command "# Now make some changes in the working copy:"
|
||||
run_command "echo \"Goodbye World!\" > README"
|
||||
run_command "echo stuff > new-file"
|
||||
run_command "# Our working copy commit id changed because we made changes:"
|
||||
run_command "# Our working copy'\''s commit ID changed because we made changes:"
|
||||
run_command "jj status"
|
||||
pause 5
|
||||
run_command "# Add a branch so we can easily refer to this commit:"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue