Commit dc1569d 1 parent ae34321 commit dc1569d Copy full SHA for dc1569d
File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 19
19
20
20
` git stash list `
21
21
22
- - Show the changes as a patch between the stash (default is stash@{0}) and the commit back when stash entry was first created:
22
+ - Show the changes as a patch between the stash (default is ` stash@{0} ` ) and the commit back when stash entry was first created:
23
23
24
- ` git stash show -p {{stash@{0}} `
24
+ ` git stash show -p {{stash@{0}}} `
25
25
26
26
- Apply a stash (default is the latest, named stash@{0}):
27
27
Original file line number Diff line number Diff line change 25
25
26
26
- Run a benchmark where a single parameter changes for each run:
27
27
28
- ` hyperfine --prepare '{{make clean}}' --parameter-scan {{num_threads}} {{1}} {{10}} '{{make -j {num_threads}}' `
28
+ ` hyperfine --prepare '{{make clean}}' --parameter-scan {{num_threads}} {{1}} {{10}} '{{make -j {num_threads}}} ' `
You can’t perform that action at this time.
0 commit comments