-
Hi, forge is an amazing help in working with GitHub! I usually open Magit with Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
I would recommend against doing this. It seems unnecessary; fetching explicitly is simple enough and too slow to do it all the time. And as you have noticed automatically doing it when you want it to happen but not doing it when you don't want it to happen isn't trivial. If you want to do it anyway then:
|
Beta Was this translation helpful? Give feedback.
I would recommend against doing this. It seems unnecessary; fetching explicitly is simple enough and too slow to do it all the time. And as you have noticed automatically doing it when you want it to happen but not doing it when you don't want it to happen isn't trivial.
If you want to do it anyway then:
magit-status-setup-buffer
.magit-bury-buffer-function
that buries the buffer but does not kill it.magit-status
to usemagit-status-quick
instead.