aboutsummaryrefslogtreecommitdiff
path: root/task-git.sh (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-02-03fix error this is not a repot gitneodarz1-1/+2
2017-02-03Edit all the code, now it's commit when task command has argument and only ↵neodarz1-33/+13
push/pull when I want to do
2017-02-03Delete add option of the test for the first argument because it must have a ↵neodarz1-1/+1
second argument
2015-06-30Call task after performing git operationsMike Kobler1-3/+3
Prevents top of task output from being scrolled off screen.
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