Skip to content

Instantly share code, notes, and snippets.

View attish's full-sized avatar

Attila István Nagy attish

View GitHub Profile
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.
@attish
attish / history_rewrite.sh
Created July 31, 2009 18:28 — forked from coshx/history_rewrite.sh
change author information in history (corrected quotes)
#!/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" ]