Or: “Everybody likes being given a glass of water.”
By Merlin Mann.
It's only advice for you because it had to be advice for me.
# System | |
.DS_Store | |
Thumbs.db | |
.Trashes | |
._* | |
Icon | |
.AppleDouble | |
.LSOverride | |
# Editors |
<?php | |
/** | |
* Palette Library | |
* | |
* A simple class that wraps color modification operations | |
* into a simple and elegant chainable clas | |
*/ | |
class Palette | |
{ |
/* ---------------------------------------------------------------------------------------------------- | |
SCSS Form Reset Helpers - Forked from: https://gist.github.com/anthonyshort/552543 | |
Intended usage: | |
- MIXINS: for very specific use cases, when you dont want to reset absolutly all the forms, very verbose output. | |
- PLACEHOLDER SELECTORS: use as extending classes. Less verbose, more generic overrides. | |
A couple of things to watch out for: |
$ git remote rm origin | |
$ git remote add origin [email protected]:aplikacjainfo/proj1.git | |
$ git config master.remote origin | |
$ git config master.merge refs/heads/master |