git跟踪远程分支,查看本地分支追踪和远程分支的关系
发布于 2020-02-21
跟踪远程分支如果用git push指令时,当前分支没有跟踪远程分支(没有和远程分支建立联系),那么就会git就会报错There is no tracking information for the current branch.Please specify which branch you want to merge with.因为当前分