add git config
This commit is contained in:
parent
b5dc728fc5
commit
205a3a93fd
5 changed files with 31 additions and 0 deletions
16
dot_config/git/config
Normal file
16
dot_config/git/config
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
[include]
|
||||
path = config-private
|
||||
[includeIf "gitdir:~/projects/esenseial/"]
|
||||
path = config-work
|
||||
[includeIf "gitdir:~/Documents/Diss/"]
|
||||
path = config-uni
|
||||
[alias]
|
||||
flog = log --oneline --decorate --graph --all
|
||||
st = status -sb
|
||||
last = log -1 HEAD --stat
|
||||
[credential]
|
||||
helper = store
|
||||
[init]
|
||||
defaultBranch = main
|
||||
[maintenance]
|
||||
repo = /home/mevec/Documents/omega2
|
||||
3
dot_config/git/config-private
Normal file
3
dot_config/git/config-private
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
[user]
|
||||
email = polymachairoplacida@gmail.com
|
||||
name = polymachine
|
||||
7
dot_config/git/config-uni
Normal file
7
dot_config/git/config-uni
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
[user]
|
||||
email = daniel-gernot.mevec@stud.unileoben.ac.at
|
||||
name = Daniel G. Mevec
|
||||
|
||||
[credential "https://git.overleaf.com"]
|
||||
username = daniel-gernot.mevec@stud.unileoben.ac.at
|
||||
helper = cache
|
||||
3
dot_config/git/config-work
Normal file
3
dot_config/git/config-work
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
[user]
|
||||
email = daniel.mevec@esenseial.at
|
||||
name = daniel.mevec
|
||||
2
dot_config/git/private_credentials
Normal file
2
dot_config/git/private_credentials
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
https://daniel-gernot.mevec%40stud.unileoben.ac.at:nqX6DMhgz4U%26o83uXCotwoRZ%5eaPV45BQL%2a%2635%24nB%26K@git.overleaf.com
|
||||
https://daniel.mevec:ihqTTt%23FG%253%40%24rcV5c3ehecW%2aVp%5emma%24oBv7pm%23%23f5@git.esenseial.at
|
||||
Loading…
Add table
Reference in a new issue