Skip to content

Instantly share code, notes, and snippets.

View john-theo's full-sized avatar
🏠
Working from home

John Dope john-theo

🏠
Working from home
View GitHub Profile
git remote rm origin
git remote add origin git@github.com:John-Theo/repo.git
git config master.remote origin
git config master.merge refs/heads/master
# https://stackoverflow.com/questions/44031150/why-does-git-pull-hang/50253087#50253087
git fsck && git gc --prune=now