Skip to content

Instantly share code, notes, and snippets.

View rstemmer's full-sized avatar

Ralf Stemmer rstemmer

View GitHub Profile
@rueycheng
rueycheng / GNU-Make.md
Last active July 6, 2024 14:14
GNU Make cheatsheet
@UnaNancyOwen
UnaNancyOwen / libpng1.6.29.md
Last active December 5, 2021 08:47
Building libpng with Visual Studio

Building libpng 1.6.29 with Visual Studio

Download

  1. zlib 1.2.11(zlib1211.zip)をダウンロードしてファイを解凍する。(C:\zlib-1.2.11)
    https://zlib.net/

  2. libpng 1.6.29(libpng1629.zip)をダウンロードしてファイルを解凍する。(C:\lpng1629)

@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