Compare commits
1 Commits
6589f82622
...
c670202e33
Author | SHA1 | Date | |
---|---|---|---|
|
c670202e33 |
@ -128,6 +128,10 @@ function grbr {
|
||||
git rebase --interactive --autosquash --root
|
||||
}
|
||||
|
||||
# Git amend
|
||||
alias amend_pro="GIT_EDITOR=true git rebase --exec 'git commit --amend --author=\"Robin-Charles GUIHENEUF <rguiheneuf@netatmo.com>\"' $1"
|
||||
alias amend_perso="GIT_EDITOR=true git rebase --exec 'git commit --amend --author=\"Robin-Charles Guihéneuf <robin-charles@hotmail.fr>\"' $1"
|
||||
|
||||
# Repositories
|
||||
alias bc='cd $HOME/Netatmo/embedded/firmware-bitcloud'
|
||||
alias fw='cd $HOME/Netatmo/embedded/firmware'
|
||||
|
Loading…
x
Reference in New Issue
Block a user