autopush
#3795
Replies: 1 comment 5 replies
-
You can already do this with a #!/bin/sh
git -S $CHEZMOI_WORKING_TREE config --local user.name "🤖 automated"
git -S $CHEZMOI_WORKING_TREE config --local user.email "cron@job" |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
allow setting author on autocommit and push
for example in git, we do this to set a different author
I was looking for something similar on autocommit and push
If you could direct me , maybe i could come up with a little pr :)
Beta Was this translation helpful? Give feedback.
All reactions