This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[alias] | |
patch = commit --amend --no-edit --reset-author | |
yolo = commit --amend --no-edit --reset-author --no-verify | |
update = pull --ff-only | |
draft = !sh -c 'git push origin HEAD:refs/drafts/master/${1-bugfix}' - | |
publish = !sh -c 'git push origin HEAD:refs/for/master/${1-bugfix}' - |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
!!! 5 | |
%html | |
%head | |
%meta(charset="utf-8") | |
%title Page Title | |
%meta(name="author" content="") | |
%meta(name="description" content="") | |
%meta(name="revisit-after" content="3 days") | |
%link(href="http://creativecommons.org/licenses/by/4.0/" rel="license" title="Creative Commons Attribution License") | |
%link(href="/css/screen.css" media="screen" rel="stylesheet") |