aboutsummaryrefslogtreecommitdiff
path: root/task-git.sh (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-01-29Fix for passing a filter as first arg, command as second argTimothy Hallett1-0/+18
2015-01-21Fix up situations where push doesn't happen automatiallyTimothy Hallett1-20/+24
2015-01-21Improvements to git push/pull handlingTimothy Hallett1-11/+69
Modified script to: - Push to remote repo when task-git.sh push is called - Pull from remote repo when task-git.sh pull is called - Only push to remote repo automatically: - If a remote repo exists - The task command modifies the task database - The --no-push arguement is not passed on the cli
2013-09-02Remove task-git-push from arguments if setKosta Harlan1-6/+14
2013-09-02Use existing data dir as repo, update README, and option to push to remote. ↵Kosta Harlan1-9/+9
Fixes #1 and #2