1
0
Fork 0

Don’t silenty rebase

This commit is contained in:
Malte Brandy 2018-07-30 02:28:36 +02:00
parent 9d986f419b
commit 6c83040bad
No known key found for this signature in database
GPG key ID: 226A2D41EF5378C9

View file

@ -5,7 +5,7 @@ let
cd ${config.home.homeDirectory}/.task
${pkgs.git}/bin/git add completed.data pending.data
${pkgs.git}/bin/git commit -m 'Updating task data'
${pkgs.git}/bin/git pull -r
${pkgs.git}/bin/git pull
${pkgs.git}/bin/git push
'';
in {