Skip to content

Instantly share code, notes, and snippets.

View matlads's full-sized avatar

Martin Atukunda matlads

View GitHub Profile
@mawatari
mawatari / .gitignore
Last active July 11, 2019 06:11
CakePHP.gitignore
*~
*.bak
build
.buildpath
compass
_compass.scss
composer.lock
desktop.ini
.DS_Store
.idea
@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

@gmolveau
gmolveau / recutils_tutorial_example.md
Last active March 25, 2025 18:13
A quick tutorial / example / cheatsheet of recutils https://www.gnu.org/software/recutils

recutils tutorial example

https://www.gnu.org/software/recutils/

GNU Recutils is a set of tools and libraries to access human-editable, plain text databases called recfiles.

TO install on mac : brew install recutils

add this to a new file named books.rec