Skip to content

Instantly share code, notes, and snippets.

@ak-is-ok
Last active December 28, 2015 05:39
Show Gist options
  • Save ak-is-ok/82b533039ee33f9c7d2d to your computer and use it in GitHub Desktop.
Save ak-is-ok/82b533039ee33f9c7d2d to your computer and use it in GitHub Desktop.
Configurations
# ~/.gemrc
install: --no-rdoc --no-ri
update: --no-rdoc --no-ri
# ~/.gitconfig
[user]
name = Aleksandr Kalashnikov
email = aleksandr.kalashnikoff@gmail.com
[core]
editor = "subl -n -w"
[alias]
br = branch
ci = commit
clr = clean -df
co = checkout
cp = cherry-pick
cpa = cherry-pick --abort
cpc = cherry-pick --continue
pl = pull
plr = pull --rebase
ps = push
rb = rebase
rba = rebase --abort
rbc = rebase --continue
rsh = reset --hard
rss = reset --soft
st = status
[push]
default = simple
[color]
ui = auto
# ~/.ssh/config
Host hostname
User username
HostName name
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment