Last active
January 10, 2020 06:51
-
-
Save canabady/3743397081ee744d2f0e6093b5dc962f to your computer and use it in GitHub Desktop.
Configure remote to perform gcrypt while pushing the commits to it
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[remote "origin"] | |
url = "gcrypt::[email protected]:ACCOUNT_NAME/personal.git#next" | |
fetch = +refs/heads/*:refs/remotes/gitcrypt/* | |
gcrypt-participants = 8DIGITKEY |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment