Compare commits
No commits in common. "05c74ef79d770faa2286716a588258d526eeadc4" and "d7459031610e80bad09f14fca7bcbd182e544b99" have entirely different histories.
05c74ef79d
...
d745903161
@ -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
|
||||
}
|
||||
|
||||
# ╔═╗┬┌┬┐ ╔═╗┌┬┐┌─┐┌┐┌┌┬┐
|
||||
# ║ ╦│ │ ╠═╣│││├┤ │││ ││
|
||||
# ╚═╝┴ ┴ ╩ ╩┴ ┴└─┘┘└┘─┴┘
|
||||
|
Loading…
x
Reference in New Issue
Block a user