-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
40 additions
and
2 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
Output stack_restack.mp4 | ||
|
||
Set FontFamily "Cascadia Mono NF" | ||
|
||
Set Shell "bash" | ||
Set FontSize 20 | ||
Set Width 1200 | ||
Set Height 1200 | ||
|
||
Hide | ||
Type '. ../test_utils.sh' Enter | ||
Type 'new_temp_repo' Enter | ||
|
||
Type 'av stack branch stack-1' Enter | ||
Type 'create_commit "my-file" "1a" "Commit 1a"' Enter | ||
|
||
Type 'av stack branch stack-2' Enter | ||
Type 'create_commit "my-file" "2a" "Commit 2a"' Enter | ||
|
||
Type 'av stack branch stack-3' Enter | ||
Type 'create_commit "my-file" "3a" "Commit 3a"' Enter | ||
|
||
Type 'git switch stack-1' Enter | ||
Type 'clear' Enter | ||
Show | ||
|
||
Type 'av stack tree' Enter | ||
Sleep 2 | ||
|
||
Type 'git commit --amend -m "Commit 1a (amended)"' Enter | ||
Sleep 2 | ||
|
||
Type 'git --no-pager log --graph --all' Enter | ||
Sleep 2 | ||
|
||
Type 'av stack restack' Enter | ||
Sleep 3 | ||
|
||
Type 'git --no-pager log --graph --all' Enter | ||
Sleep 3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,5 @@ | ||
#!/bin/bash | ||
|
||
set -ex | ||
|
||
function new_temp_repo { | ||
cd "$(dirname -- "${BASH_SOURCE[0]}")" | ||
go build ../cmd/av | ||
|