git: 9front

ref: 1b1d9dd8049e73b4e6fe1b6305229af5a5fd54eb
dir: /sys/src/cmd/git/test/noam.rc/

View raw version
#!/bin/rc

. ./util.rc

rm -fr scratch
mkdir -p scratch/noam

echo @@ noam test @@
@{
	cd scratch/noam
	q git/init
	touch a
	q git/add a
	q git/commit -m 'add a' a
	rm a
	mkdir a
	touch a/b

	q git/add a/b
	q git/commit -m 'switch to folder' a a/b
}