Skip to content

Instantly share code, notes, and snippets.

@yolossn
Last active August 19, 2018 18:22
Show Gist options
  • Save yolossn/d001264e8fd3efc5d03a9b608d63298c to your computer and use it in GitHub Desktop.
Save yolossn/d001264e8fd3efc5d03a9b608d63298c to your computer and use it in GitHub Desktop.
.bashrc
#history with time
export HISTTIMEFORMAT="%d/%m/%y %T "
#git graph
alias graph='git log --all --decorate --oneline --graph'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment