Compare commits
7 Commits
3b1ee09014
...
1912118e98
Author | SHA1 | Date | |
---|---|---|---|
|
1912118e98 | ||
|
1f4a1ec059 | ||
|
9003b82f1b | ||
|
6280d71f36 | ||
|
ee661b3fa9 | ||
|
730d902f7c | ||
|
907355f3e7 |
@ -131,6 +131,9 @@ function ga {
|
||||
# Git amend
|
||||
alias amend_pro="GIT_EDITOR=true git rebase --preserve-merges --exec 'git commit --amend --author=\"Robin-Charles GUIHENEUF <rguiheneuf@netatmo.com>\"' $1"
|
||||
alias amend_perso="GIT_EDITOR=true git rebase --preserve-merges --exec 'git commit --amend --author=\"Robin-Charles Guihéneuf <robin-charles@hotmail.fr>\"' $1"
|
||||
function grbr {
|
||||
git rebase --interactive --autosquash --root
|
||||
}
|
||||
|
||||
# Repositories
|
||||
alias bc='cd $HOME/Netatmo/embedded/firmware-bitcloud'
|
||||
|
Loading…
x
Reference in New Issue
Block a user