7 lines
94 B
Text
7 lines
94 B
Text
|
#!/usr/bin/env bash
|
||
|
|
||
|
cd ~/.timewarrior/
|
||
|
git add --all .
|
||
|
git commit -m 'timew-backup'
|
||
|
git push
|