Compare commits
16 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d745903161 | |||
| ec5fc20ae5 | |||
| dda8e881de | |||
| ce736c7d9a | |||
| dd04b75beb | |||
| 3b0fbab70a | |||
| 11027e7c82 | |||
| 310818a028 | |||
| f080a3f45d | |||
| f3ac69f634 | |||
| b15d642890 | |||
| 4af3621e0a | |||
| aa11300a43 | |||
| 5df7b363c4 | |||
| 077d5065c2 | |||
| 510730c73b |
@@ -184,6 +184,20 @@ function gai {
|
||||
git rebase --interactive --autosquash ${PARENT}
|
||||
}
|
||||
|
||||
# ╔═╗┬┌┬┐ ╔═╗┬─┐┌─┐┌─┐┬┬ ┌─┐
|
||||
# ║ ╦│ │ ╠═╝├┬┘│ │├┤ ││ ├┤
|
||||
# ╚═╝┴ ┴ ╩ ┴└─└─┘└ ┴┴─┘└─┘
|
||||
|
||||
function git_pro {
|
||||
git config --global user.name "Robin-Charles GUIHENEUF"
|
||||
git config --global user.email rguiheneuf@netatmo.com
|
||||
}
|
||||
|
||||
function git_perso {
|
||||
git config --global user.name "Robin-Charles Guihéneuf"
|
||||
git config --global user.email robin-charles@hotmail.fr
|
||||
}
|
||||
|
||||
# ╔═╗┬┌┬┐ ╔═╗┌┬┐┌─┐┌┐┌┌┬┐
|
||||
# ║ ╦│ │ ╠═╣│││├┤ │││ ││
|
||||
# ╚═╝┴ ┴ ╩ ╩┴ ┴└─┘┘└┘─┴┘
|
||||
|
||||
Reference in New Issue
Block a user