2
В чем разница между git push.default = current и push.default = upstream?
На странице руководства для git-config перечислены эти параметры для push.default: nothing - do not push anything. matching - push all matching branches. All branches having the same name in both ends are considered to be matching. This is the default. upstream - push the current branch to its upstream branch. …