Default GIT repo
Hi,
We're using a single repo per developer and an origin one for deploying to production. By default when I want to push a new branch, it defaults to origin. Can I change this somehow to use my own repo as default?
Please sign in to leave a comment.
Please try using “git config push.default current”
Why is this setup needed btw? Why not use a single repo and just multiple branches?