Skip to content

Instantly share code, notes, and snippets.

View kbzaso's full-sized avatar

Alejandro Sáez kbzaso

View GitHub Profile
@kbzaso
kbzaso / bgimage.css
Created May 4, 2018 13:41 — forked from adamdehaven/bgimage.css
Bootstrap full-width hero section with text and image
.bgimage {
width:100%;
height:500px;
background: url('https://images.unsplash.com/photo-1438109491414-7198515b166b?q=80&fm=jpg&s=cbdabf7a79c087a0b060670a6d79726c');
background-repeat: no-repeat;
background-position: center;
background-size:cover;
background-attachment: fixed;
}
@kbzaso
kbzaso / superlog
Created March 16, 2018 12:47 — forked from gollum23/superlog
Superlog Curso git platzi
git config --global alias.superlog "log --graph --abbrev-commit --decorate --date=relative --format=format:'%C(bold blue)%h%C(reset) - %C(bold green)(%ar)%C(reset) %C(white)%s%C(reset) %C(dim white)- %an%C(reset)%C(bold yellow)%d%C(reset)' --all"
@kbzaso
kbzaso / AWS Git Setup.md
Created July 6, 2017 03:59 — forked from matthewoden/AWS Git Setup.md
Setting up a remote Git in AWS EC2

AWS Remote Git Setup

Get a local git repo up on an EC2 Instance.

Add youself to SSH Authentication:

Add yourself to the ssh auth agent, if you haven't already.

ssh-add path/to/your/EC2.pem

Set up destination directory: