Skip to content
Snippets Groups Projects
Commit ac7b197c authored by nimrod's avatar nimrod
Browse files

- Replaced invalid Git aliases (can't alias an existing command).

- Reordered entries alphabetically.
parent 90a6bf7b
No related branches found
No related tags found
No related merge requests found
[user]
name = Adar Nimrod
email = nimrod@shore.co.il
signingKey = 9AAA2526
[push]
default = simple
[alias] [alias]
clone-recursive = clone --recursive bull = submodule update --remote
push-tags = push --tags clear = clean -fdx
pull-submodules = submodule update --remote dif = diff --color-words
diff-cached = diff --cached empty-commit = commit --allow-empty
tag-version = !git tag -f "v$(cat VERSION)" ff = merge --no-edit --ff-only master
merg = merge --no-edit
posh = push --set-upstream origin HEAD
pul = pull --progress
push-force = push --force-with-lease
serve-git = !git daemon --reuseaddr --verbose --base-path=. --export-all ./.git serve-git = !git daemon --reuseaddr --verbose --base-path=. --export-all ./.git
serve-http = !git update-server-info && cd .git && python -m SimpleHTTPServer serve-http = !git update-server-info && cd .git && python -m SimpleHTTPServer
diff = diff --color-words staash = stash --all
pull = pull --progress stat = status --short --branch
[transfer] tag-version = !git tag -f "v$(cat VERSION)"
fsckobjects = true [color]
[fetch] grep = true
fsckobjects = true [core]
[receive] excludesfile = /home/nimrod/.gitignore_global
fsckObjects = true
[merge]
tool = meld
[diff] [diff]
tool = meld tool = meld
[difftool] [difftool]
prompt = false prompt = false
[core] [fetch]
excludesfile = /home/nimrod/.gitignore_global fsckobjects = true
prune = true
[merge]
tool = meld
ff = false
[push]
followTags = true
default = simple
[receive]
fsckObjects = true
[tag]
forceSignAnnotated = true
[transfer]
fsckobjects = true
[user]
name = Adar Nimrod
email = nimrod@shore.co.il
signingKey = E3AE9CD4B8EA564BF746CD909C53CFCB9AAA2526
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment