I think the title describes my problem well: I want to schedule git push. To be more specific, I'd like to know how I can either
- tell
gitto make push at a specified time - tell OS to execute
git pushat a specified time without re-authentication (preferably, in such a way that the other attempts topushshall require authentication.).
I'm on linux (Ubuntu 13.04) and thus scripting with bash will be fine.