Skip to content

Instantly share code, notes, and snippets.

View Tyil's full-sized avatar

Patrick Spek Tyil

View GitHub Profile
@Tyil
Tyil / gitinfo.bash
Last active June 22, 2017 01:04 — forked from samcv/gitinfo.bash
#!/usr/bin/env bash
#set -e
#set -x
#set -v
function gitt () {
git tag --sort='-committerdate' --format=' %(authordate:relative)%09%(refname:short)'
}
function gitre () {
git remote -v
}