Default GIT repo Alex Schaft 创建于 2024年10月07日 05:41 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 try using “git config push.default current”
Why is this setup needed btw? Why not use a single repo and just multiple branches?