Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
jasonpeacock
on Jan 3, 2022
|
parent
|
context
|
favorite
| on:
Dura is a background process that watches your Git...
It's usually something like:
git status && git add -A git commit -m "checkpoint" --no-verify
I include `git status` so I can see what's being committed. `--no-verify` is used to skip any pre-commit hooks.
glenjamin
on Jan 3, 2022
[–]
You can use `-v` on the add to see what it’s doing instead of the extra status
Consider applying for YC's Spring batch! Applications are open till Feb 11.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: