Summary Files CommitsBranches @commit@diff
path: root /.a /toggle-repo.sh
blob: 638bde80048f7288ec0c7afa4743edb8ef2e1412 (plain ) (blame )
1
2
3
4
5
6
7
#!/bin/bash

if [ -d ".git" ]; then
	sudo mv .git .git.disabled
else
	sudo mv .git.disabled .git
fi