Compare commits
9 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1912118e98 | |||
| 1f4a1ec059 | |||
| 9003b82f1b | |||
| 6280d71f36 | |||
| ee661b3fa9 | |||
| 730d902f7c | |||
| 907355f3e7 | |||
| 030ee2273d | |||
| d2d75cb268 |
+7
-4
@@ -114,6 +114,10 @@ function grbm {
|
|||||||
git rebase -i master
|
git rebase -i master
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function grbr {
|
||||||
|
git rebase --interactive --autosquash --root
|
||||||
|
}
|
||||||
|
|
||||||
function gam {
|
function gam {
|
||||||
git autofixup master
|
git autofixup master
|
||||||
git rebase --interactive --autosquash master
|
git rebase --interactive --autosquash master
|
||||||
@@ -124,13 +128,12 @@ function ga {
|
|||||||
git rebase --interactive --autosquash HEAD~$1
|
git rebase --interactive --autosquash HEAD~$1
|
||||||
}
|
}
|
||||||
|
|
||||||
function grbr {
|
|
||||||
git rebase --interactive --autosquash --root
|
|
||||||
}
|
|
||||||
|
|
||||||
# Git amend
|
# 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_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"
|
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
|
# Repositories
|
||||||
alias bc='cd $HOME/Netatmo/embedded/firmware-bitcloud'
|
alias bc='cd $HOME/Netatmo/embedded/firmware-bitcloud'
|
||||||
|
|||||||
+1
-1
@@ -10,7 +10,7 @@
|
|||||||
[keybindings]
|
[keybindings]
|
||||||
[profiles]
|
[profiles]
|
||||||
[[default]]
|
[[default]]
|
||||||
background_darkness = 0.7
|
background_darkness = 0.6
|
||||||
background_type = transparent
|
background_type = transparent
|
||||||
cursor_color = "#908c8c"
|
cursor_color = "#908c8c"
|
||||||
font = Monospace 11
|
font = Monospace 11
|
||||||
|
|||||||
Reference in New Issue
Block a user