This file contains hidden or 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
| Andreas M. Antonopoulos: The Courage to Innovate Without Permission | |
| https://www.youtube.com/watch?v=ywq6NBETUJ8 | |
| ---------------- | |
| 1 | |
| 00:00:00,400 --> 00:00:09,100 | |
| Valószínűleg hallottátok, hogy Bitcoin-szakértő vagyok. | |
| Teljesen másról akarok beszélni: a bizalomról. |
This file contains hidden or 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
| #!/bin/sh | |
| git filter-branch --env-filter ' | |
| an="$GIT_AUTHOR_NAME" | |
| am="$GIT_AUTHOR_EMAIL" | |
| cn="$GIT_COMMITTER_NAME" | |
| cm="$GIT_COMMITTER_EMAIL" | |
| if [ "$GIT_COMMITTER_EMAIL" = "your@email.to.match" ] |