Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit 1e7c3a0d authored by fred's avatar fred
Browse files

:zap: Update git & zsh user config

parent 7abd6a11
No related branches found
No related tags found
No related merge requests found
...@@ -20,6 +20,7 @@ ...@@ -20,6 +20,7 @@
ci = commit ci = commit
co = checkout co = checkout
diff = diff --ignore-all-space diff = diff --ignore-all-space
fp = fetch --prune
lga = log --graph --oneline --decorate --since=10days --all lga = log --graph --oneline --decorate --since=10days --all
lgla = log --graph --oneline --decorate --date=short --all lgla = log --graph --oneline --decorate --date=short --all
lg = log --graph --oneline --decorate --since=10days lg = log --graph --oneline --decorate --since=10days
...@@ -33,6 +34,9 @@ ...@@ -33,6 +34,9 @@
[merge] [merge]
tool = meld tool = meld
[checkout]
defaultRemote=origin
[url "ssh://git@github.com/"] [url "ssh://git@github.com/"]
pushInsteadOf = https://github.com/ pushInsteadOf = https://github.com/
...@@ -41,3 +45,6 @@ ...@@ -41,3 +45,6 @@
[url "ssh://git@lab.frogg.it/"] [url "ssh://git@lab.frogg.it/"]
pushInsteadOf = https://lab.frogg.it/ pushInsteadOf = https://lab.frogg.it/
[init]
defaultBranch = stable
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment