Skip to content

Instantly share code, notes, and snippets.

View lukewlms's full-sized avatar

Luke Williams lukewlms

View GitHub Profile
@endolith
endolith / clickbait.txt
Last active July 25, 2018 05:18
Adblock ublock distractions and clickbait filter
[Adblock Plus 2.0]
! Version:
! Title: Distractions and clickbait filter
! Last modified: 2018-07-24
! Expires: 7 days (update frequency)
! Homepage: https://github.com/endolith/clickbait
! Redirect: https://raw.githubusercontent.com/endolith/clickbait/master/clickbait.txt
! This URL: https://raw.githubusercontent.com/endolith/clickbait/master/clickbait.txt
! License: https://github.com/endolith/clickbait/blob/master/LICENSE.txt
@rvl
rvl / git-pushing-multiple.rst
Created February 9, 2016 11:41
How to push to multiple git remotes at once. Useful if you keep mirrors of your repo.

Pushing to Multiple Git Repos

If a project has to have multiple git repos (e.g. Bitbucket and Github) then it's better that they remain in sync.

Usually this would involve pushing each branch to each repo in turn, but actually Git allows pushing to multiple repos in one go.

If in doubt about what git is doing when you run these commands, just