Skip to content
Snippets Groups Projects
Commit 3627b97e authored by Augie Fackler's avatar Augie Fackler
Browse files

test-git-workflow: mark git repo as not bare so we can do commits

parent c6e3366c
No related branches found
No related tags found
No related merge requests found
......@@ -57,6 +57,7 @@
hg gexport
echo % do some work
git config core.bare false
git checkout master 2>&1 | sed s/\'/\"/g
echo beta > beta
git add beta
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment