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] [apply]
whitespace = fix whitespace = fix
[alias] [alias]
amend = commit --amend amend = commit --amend
autorebase = -c 'core.editor=true' rebase -i --autosquash --autostash autorebase = -c 'core.editor=true' rebase -i --autosquash --autostash
...@@ -37,40 +38,58 @@ ...@@ -37,40 +38,58 @@
touch = "!f() { touch \"$@\" && git add -f \"$@\"; }; f" touch = "!f() { touch \"$@\" && git add -f \"$@\"; }; f"
tracking = rev-parse --abbrev-ref --symbolic-full-name @{upstream} tracking = rev-parse --abbrev-ref --symbolic-full-name @{upstream}
trigger = !git commit --allow-empty --no-edit --amend && git pushes --force-with-lease trigger = !git commit --allow-empty --no-edit --amend && git pushes --force-with-lease
[color] [color]
grep = true grep = true
ui = auto ui = auto
[core] [core]
whitespace = space-before-tab,-indent-with-non-tab,trailing-space whitespace = space-before-tab,-indent-with-non-tab,trailing-space
[diff] [diff]
renames = copies renames = copies
tool = meld tool = meld
[difftool] [difftool]
prompt = false prompt = false
[fetch] [fetch]
fsckobjects = true fsckobjects = true
prune = true prune = true
[filter "ansible-vault"] [filter "ansible-vault"]
clean = ANSIBLE_VERBOSITY=0 ansible-vault encrypt clean = ANSIBLE_VERBOSITY=0 ansible-vault encrypt
smudge = ANSIBLE_VERBOSITY=0 ansible-vault decrypt smudge = ANSIBLE_VERBOSITY=0 ansible-vault decrypt
[grep] [grep]
linenumber = true linenumber = true
[init] [init]
defaultBranch = master defaultBranch = master
[merge] [merge]
tool = meld tool = meld
ff = false ff = false
[push] [push]
followTags = true followTags = true
default = simple default = simple
[rebase] [rebase]
autoSquash = true autoSquash = true
[receive] [receive]
fsckObjects = true fsckObjects = true
[tag] [tag]
forceSignAnnotated = true forceSignAnnotated = true
[transfer] [transfer]
fsckobjects = true fsckobjects = true
[url "git@github.com:"]
pushInsteadOf = "https://github.com/"
[user] [user]
name = Adar Nimrod name = Adar Nimrod
email = nimrod@shore.co.il 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