fix last commit
This commit is contained in:
parent
318f45ac82
commit
1a416d977e
1 changed files with 5 additions and 0 deletions
5
init-git.sh
Normal file
5
init-git.sh
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
#!/bin/sh
|
||||||
|
git config --global user.email "technik@rdl.de"
|
||||||
|
git config --global user.name "rdl technix"
|
||||||
|
git config --global credential.helper cache
|
||||||
|
git config --global alias.lola "log --graph --decorate --pretty=oneline --abbrev-commit --all"
|
||||||
Loading…
Add table
Add a link
Reference in a new issue