Skip to content

Instantly share code, notes, and snippets.

@kladov
Last active December 22, 2015 01:39
Show Gist options
  • Save kladov/6397926 to your computer and use it in GitHub Desktop.
Save kladov/6397926 to your computer and use it in GitHub Desktop.
Prepare for work with git
#~/.bashrc
alias go='git checkout '
#~/.gitconfig
[user]
email = bkladov@gmail.com
name = Boris O Kladov
[alias]
hist = log --pretty=format:\"%h %ad | %s%d [%an]\" --graph --date=short
co = checkout
ci = commit
st = status
br = branch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment