miniblog.
← Back to all posts
Wilfred Hughes
Mar 26, 2017 at 20:31
Tip for magit users: set push.default = current so you can push branches that only have pushRemote set:
https://github.com/Wilfred/dotfiles/commit/5402e2e007ee74c4ea9a9019b51357fbfc695a81
Prefer current to simple when pushing branches · Wilfred/dotfiles@5402e2e
If a branch only has pushRemote set, then we can't simply use `git push`: $ git push fatal: The current branch example_branch has no upstream branch. To push the current branch and...