Skip to content

Commit

Permalink
Test fixture: Add git author information
Browse files Browse the repository at this point in the history
  • Loading branch information
krlvi committed Feb 21, 2025
1 parent 109b893 commit 15b1593
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crates/gitbutler-stack/tests/fixtures/stacking.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ git init remote
export GITBUTLER_CLI_DATA_DIR=../user/gitbutler/app-data
git clone remote multiple-commits
(cd multiple-commits
git config user.name "Author"
git config user.email "author@example.com"
git branch existing-branch
$CLI project add --switch-to-workspace "$(git rev-parse --symbolic-full-name @{u})"

Expand Down

0 comments on commit 15b1593

Please # to comment.