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

Push to github over SSH.

Also, some whitespace for presentation.
parent a5880962
No related branches found
No related tags found
No related merge requests found
Pipeline #861 passed
[apply]
whitespace = fix
[alias]
amend = commit --amend
autorebase = -c 'core.editor=true' rebase -i --autosquash --autostash
......@@ -37,40 +38,58 @@
touch = "!f() { touch \"$@\" && git add -f \"$@\"; }; f"
tracking = rev-parse --abbrev-ref --symbolic-full-name @{upstream}
trigger = !git commit --allow-empty --no-edit --amend && git pushes --force-with-lease
[color]
grep = true
ui = auto
[core]
whitespace = space-before-tab,-indent-with-non-tab,trailing-space
[diff]
renames = copies
tool = meld
tool = meld
[difftool]
prompt = false
prompt = false
[fetch]
fsckobjects = true
prune = true
[filter "ansible-vault"]
clean = ANSIBLE_VERBOSITY=0 ansible-vault encrypt
smudge = ANSIBLE_VERBOSITY=0 ansible-vault decrypt
[grep]
linenumber = true
[init]
defaultBranch = master
[merge]
tool = meld
ff = false
[push]
followTags = true
default = simple
[rebase]
autoSquash = true
[receive]
fsckObjects = true
[tag]
forceSignAnnotated = true
[transfer]
fsckobjects = true
[url "git@github.com:"]
pushInsteadOf = "https://github.com/"
[user]
name = Adar Nimrod
email = nimrod@shore.co.il
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment