Skip to content

Instantly share code, notes, and snippets.

View sebasira's full-sized avatar

Sebastian M. Irazabal sebasira

  • Rosario, Argentina
View GitHub Profile
@sebasira
sebasira / gist:05a1265719890b825c42
Created February 11, 2016 16:24
Show git branch on Ubuntu Temrinal Console
Agregar al .bashrc
# GIT Branch Name on Console
function parse_git_branch () {
git branch 2> /dev/null | sed -e '/^[^*]/d' -e 's/* \(.*\)/ (\1)/'
}
RED="\[\033[0;31m\]"
YELLOW="\[\033[0;33m\]"
GREEN="\[\033[0;32m\]"
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>True Trello Printer</title>
<link href="http://netdna.bootstrapcdn.com/bootstrap/3.0.3/css/bootstrap.min.css" rel="stylesheet">
<style>
body{margin:15%;}
.panel-body{