I use Netbeans, and there is a call to the Push to Upstream function. When I click on it, I get the following message:
The tracked remote branch is not specified for the local master
Is there a way to track the remote branch in netbeans or in the configuration file?
Here is my configuration file:
[core] repositoryformatversion = 0 filemode = false logallrefupdates = true bare = false [remote "master"] url = https:
I donβt have git on my computer, but Netbeans comes with a git package for performing git operations. I really don't want to load git just to run one line, so is there a way in netbeans or in the configuration file to track the branch?
source share