accoil@alien.topBtoEmacs@communick.news•Magit: How do you do "git pull --no-rebase"?English
1·
1 year agoCould potentially add it to the pull interface:
(transient-append-suffix 'magit-pull "-r" '("-R" "No rebase" "--no-rebase"))
(positions it under the rebase flag -r
)
Try setting
package-user-dir
to the elpa directory.