Fork me on GitHub
#emacs
<
2016-02-04
>
anmonteiro16:02:03

newbie question: what's the magit equivalent of git push -u origin my-new-feature-branch ?

julian16:02:03

You can specify source and target with P o (magit-push)

malabarba16:02:53

@yenda: Ah. I see your problem. The current solution is here: https://github.com/clojure-emacs/cider/issues/1462

yenda17:02:04

thanks I'm gonna look at it