Skip to content

Instantly share code, notes, and snippets.

@xamedow
Last active October 22, 2015 11:19
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save xamedow/aec121fc34b906e7f04e to your computer and use it in GitHub Desktop.
Save xamedow/aec121fc34b906e7f04e to your computer and use it in GitHub Desktop.
local git configuration file
# This is Git's per-user configuration file.
[user]
# Please adapt and uncomment the following lines:
name = xamedow (Andrey Hamedov)
email = xamedow@gmail.com
[core]
editor = subl
[color "branch"]
current = yellow reverse
local = yellow
remote = green
[color "diff"]
meta = yellow bold
frag = magenta bold
old = red bold
new = green bold
[color "status"]
added = yellow
changed = green
untracked = cyan
[alias]
st = status
ci = commit
br = branch
co = checkout
df = diff
lg = log --oneline --graph --decorate
[merge]
conflictstyle = diff3
@xamedow
Copy link
Author

xamedow commented Oct 21, 2015

Настройки git

скопировать в:

  • windows - c:\users\USERNAME.gitconfig
  • unix - ~/.gitconfig

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment