Y
Hacker News
new
|
ask
|
show
|
jobs
by
gunapologist99
1359 days ago
Consider using inotifywait to commit only on changes, rather than just committing every minute.
1 comments
samsquire
1359 days ago
That's the higher quality solution.
Git commits without any changes added are noops, that's the behaviour I rely on.
link
Git commits without any changes added are noops, that's the behaviour I rely on.