Compare commits
No commits in common. "4f0eaddc0555eaebd5734d98063ae1dbad4a835b" and "2064001076d1eb3f824b46941ba620250d22521f" have entirely different histories.
4f0eaddc05
...
2064001076
1 changed files with 2 additions and 4 deletions
|
|
@ -1,11 +1,9 @@
|
||||||
gcamp() {
|
gcamp() {
|
||||||
export VISUAL=vi EDITOR=vi
|
VISUAL=vi EDITOR=vi git commit -a -m "$(gcpropose -a | vipe)"
|
||||||
git commit -a -m "$(gcpropose -a | vipe)"
|
|
||||||
}
|
}
|
||||||
|
|
||||||
gcmp() {
|
gcmp() {
|
||||||
export VISUAL=vi EDITOR=vi
|
VISUAL=vi EDITOR=vi git commit -m "$(gcpropose | vipe)"
|
||||||
git commit -m "$(gcpropose | vipe)"
|
|
||||||
}
|
}
|
||||||
|
|
||||||
gcpropose() {
|
gcpropose() {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue