Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2017-02-03 | fix error this is not a repot git | neodarz | 1 | -1/+2 | |
2017-02-03 | Edit all the code, now it's commit when task command has argument and only ↵ | neodarz | 1 | -33/+13 | |
push/pull when I want to do | |||||
2017-02-03 | Delete add option of the test for the first argument because it must have a ↵ | neodarz | 1 | -1/+1 | |
second argument | |||||
2015-06-30 | Call task after performing git operations | Mike Kobler | 1 | -3/+3 | |
Prevents top of task output from being scrolled off screen. | |||||
2015-01-29 | Fix for passing a filter as first arg, command as second arg | Timothy Hallett | 1 | -0/+18 | |
2015-01-21 | Fix up situations where push doesn't happen automatially | Timothy Hallett | 1 | -20/+24 | |
2015-01-21 | Improvements to git push/pull handling | Timothy Hallett | 1 | -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-02 | Remove task-git-push from arguments if set | Kosta Harlan | 1 | -6/+14 | |
2013-09-02 | Use existing data dir as repo, update README, and option to push to remote. ↵ | Kosta Harlan | 1 | -9/+9 | |
Fixes #1 and #2 |