summaryrefslogtreecommitdiffstats
path: root/tests/git
blob: c9055731379f0c845c51cc7cdf75ce75ae058a1e (plain)
1
2
3
4
5
6
7
8
9
	apk_add $@
	git init
	echo "hello" >hello.txt
	git add *
	git status
	git commit -m'test'
	git branch
	apk_del $@
	rm -r .git