summaryrefslogtreecommitdiff
path: root/taskpush
blob: 8ad8a840032f6ab3309631e72b23b5c58687bed6 (plain) (blame)
1
2
3
4
5
6
7
#!/bin/sh

cd ~/.local/share/tasks
git add .
git commit -m "Tasks update"
git pull
git push