Hacker News new | ask | show | jobs
by gosub 2545 days ago

    lol = log --decorate --pretty=oneline --abbrev-commit
    auto = !git add --all && git commit -m \"AUTOCOMMIT $(date)\"
    todo = grep TODO
1 comments

I think my big win for today is learning that `git grep` is a thing. Thank you for that.