Hacker News new | ask | show | jobs
by LAC-Tech 830 days ago
Manually having to sync with stuff like:

git commit -am "update"

is very tedious.

2 comments

Nothing an autocomplete shell doesn't solve :)
Setup a cron!
Thanks but no thanks.
Could also have a file watcher that auto commits. I imagine there's already a plugin that does that.