X-Git-Url: https://git.distorted.org.uk/~mdw/stgit/blobdiff_plain/baf8241d1b7835ba31125d2b75683601ee2b0403..5fd79c5f5aa2ea962162260e88f274983cb1e032:/t/t1002-branch-clone.sh diff --git a/t/t1002-branch-clone.sh b/t/t1002-branch-clone.sh index 1303b41..4930c20 100755 --- a/t/t1002-branch-clone.sh +++ b/t/t1002-branch-clone.sh @@ -14,7 +14,7 @@ test_expect_success \ 'Create a GIT commit' \ ' echo bar > bar.txt && - git add bar.txt && + stg add bar.txt && git commit -a -m bar '