Skip to content

Commit

Permalink
other: Update justfile, input
Browse files Browse the repository at this point in the history
  • Loading branch information
pedantic79 committed Jan 3, 2024
1 parent e3a5b0f commit c45e95e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion input
Submodule input updated from 39fbf4 to acb72c
8 changes: 7 additions & 1 deletion justfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
commit-input:
cd input && [[ -n $(git status -s) ]] && git add . && git commit -m "$(git status --porcelain | sed 's/A /Add/')" && git push

author-to-commit-date:
git filter-branch --env-filter 'export GIT_COMMITTER_DATE="$GIT_AUTHOR_DATE"'
cherry-pick commit:
git cherry-pick {{commit}}
cargo aoc
just commit-input
git commit --amend --no-edit -a

0 comments on commit c45e95e

Please sign in to comment.