	apk_add $@
	git init
	echo "hello" >hello.txt
	git add *
	git status
	git commit -m'test'
	git branch
	apk_del $@
	rm -r .git
