You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 2, 2026. It is now read-only.
This could be enabled in the global ~/.gitconfig, eg.:
[timetracking]
push-on-checkout = true
or additionally as a command-line flag --push to the git timetracking checkout command.
There is also the potentional of existing changes on the remote and conflicts. I think that simply doing git pull or even git pull --rebase would suffice. Also, I imagine we can think about potential conflicts another time (if you consistently push your work logs and no-one else modifies your own work logs, it should be fine).
This could be enabled in the global
~/.gitconfig, eg.:or additionally as a command-line flag
--pushto thegit timetracking checkoutcommand.There is also the potentional of existing changes on the remote and conflicts. I think that simply doing
git pullor evengit pull --rebasewould suffice. Also, I imagine we can think about potential conflicts another time (if you consistently push your work logs and no-one else modifies your own work logs, it should be fine).