Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
DennisTheMenace780 committed Oct 11, 2023
1 parent bb22a2e commit 3ba1106
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/create_test_repo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ cd testdata/TestRepo || exit
# Step 3: Initialize a Git repository
git init

git config --global user.email "you@example.com"
git config --global user.name "Your Name"

# Step 4: Create a file called file.txt with "hello world" in it
echo "hello world" > file.txt

Expand Down

0 comments on commit 3ba1106

Please sign in to comment.