Skip to content

Instantly share code, notes, and snippets.

View xgugeng's full-sized avatar
🏃‍♂️
Running

Guoqing Geng xgugeng

🏃‍♂️
Running
View GitHub Profile
@xgugeng
xgugeng / git-reset-author.sh
Last active June 16, 2022 04:36 — forked from bgromov/git-reset-author.sh
Git: reset author for ALL commits
#!/bin/sh
# Credits: http://stackoverflow.com/a/750191
git filter-branch -f --env-filter "
GIT_AUTHOR_NAME='Guoqing Geng'
GIT_AUTHOR_EMAIL='xgugeng@gmail.com'
GIT_COMMITTER_NAME='Guoqing Geng'
GIT_COMMITTER_EMAIL='xgugeng@gmail.com'
" HEAD
@xgugeng
xgugeng / leetcode_retag.md
Created May 10, 2022 13:56 — forked from Windsooon/leetcode_retag.md
Retag most popular Leetcode problems

osjobs

海外兔

website