summarylogtreecommitdiffstats
path: root/git.sh
blob: fe99dfb1a4305e09b143332ef49a20d324890d42 (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/bash
rm -rf pkg src zash zash-*
makepkg --printsrcinfo > .SRCINFO
git add .

echo "Write commit comment!"
read input

git commit -m "$input"
git push -u origin master