-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.globalgitconfig
More file actions
28 lines (28 loc) · 780 Bytes
/
.globalgitconfig
File metadata and controls
28 lines (28 loc) · 780 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
[user]
name = Robin Winslow
email = robin@robinwinslow.co.uk
[http]
sslVerify = no
[core]
autocrlf = false
[alias]
s = status -sb
subtree = subtree.sh
cloner = clone --recursive
graph = log --all --graph --decorate --oneline -n30
lsdir = ls-files --exclude-standard -x \"*\"
mergenc = merge --no-ff --no-commit
conflicts = diff --name-only --diff-filter=U
publish = !sh -c \"git add $1 && git mv $1 \\`echo \\\"$1\\\" | sed \\\"s/^_posts[/]\\(.*\\)/_posts\\/\\\"`date +%Y-%m-%d`\\\"-\\1/\\\"\\`\" -
co = checkout
amend = commit --amend --no-edit
amend-at-commit = !~/bin/git-amend-at-commit.sh
[color]
ui = true
[push]
default = simple
followTags = true
[pull]
default = simple
[branch]
autosetuprebase = always