Skip to content

Instantly share code, notes, and snippets.

View melhotiby's full-sized avatar

Matt Elhotiby melhotiby

View GitHub Profile
@melhotiby
melhotiby / gist:75cafb7693dca07e5f13
Created April 5, 2015 23:44
git log dynamically log my commits
git log --date-order --date=iso --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %C(cyan)%ad%x08%x08%x08%x08%x08%x08%x08%x08%x08%x08%x08%x08%x08%x08%x08 %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --author="`git config user.name`"
@MohamedAlaa
MohamedAlaa / tmux-cheatsheet.markdown
Last active July 23, 2024 05:34
tmux shortcuts & cheatsheet

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname