Skip to content

Instantly share code, notes, and snippets.

@Akagi201
Last active November 21, 2016 06:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save Akagi201/3932257 to your computer and use it in GitHub Desktop.
Save Akagi201/3932257 to your computer and use it in GitHub Desktop.
Akagi201's .gitconfig
#
# @file .gitconfig
# @author Akagi201
# @date 2014/05/24
#
# 我的git全局配置
#
[user]
name = Akagi201
email = akagi201@gmail.com
[core]
editor = vim
[color]
ui = auto
[alias]
st = status
ci = commit -a -v
co = checkout
br = branch
df = diff
sh = show
mg = merge
throw = reset --hard HEAD
throwh = reset --hard HEAD^
[push]
default = current
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment