Skip to content

Commit

Permalink
Add justfile and 2022 inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
pedantic79 committed Jan 3, 2024
1 parent e3a5b0f commit 46de9ca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion input
Submodule input updated from 39fbf4 to 4f457b
3 changes: 2 additions & 1 deletion justfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
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"'

0 comments on commit 46de9ca

Please sign in to comment.