Skip to content

Instantly share code, notes, and snippets.

View jkdmyrs's full-sized avatar

Jack DeMeyers jkdmyrs

View GitHub Profile

tmux cheatsheet

As configured in my dotfiles.

start new:

tmux

start new with session name:

@jkdmyrs
jkdmyrs / git.logline
Created May 15, 2019 15:24
git logline
git config --global alias.logline "log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit"