Disabling Auto Tracking Branch
git config --global branch.autosetupmerge false[branch "awesome_branch"]
remote = origin
merge = refs/heads/masterLast updated
git config --global branch.autosetupmerge false[branch "awesome_branch"]
remote = origin
merge = refs/heads/masterLast updated