问题:
I'm from a Subversion background and, when I had a branch, I knew what I was working on with "These working files point to this branch". 我来自Subversion的背景,当我有一个分支时,我知道我正在使用“这些工作文件指向此分支”的内容。
But with Git I'm not sure when I am editing a file in NetBeans or Notepad++, whether it's tied to the master or another branch. 但是使用Git时,我不确定在NetBeans或Notepad ++中编辑文件时,是将文件绑定到主文件还是其他分支。
There's no problem with git in bash, it tells me what I'm doing. bash中的git没问题,它告诉我我在做什么。
解决方案:
参考一: https://stackoom.com/question/QCl0/如何在Git中获取当前的分支名称参考二: https://oldbug.net/q/QCl0/How-to-get-the-current-branch-name-in-Git
来源:oschina
链接:https://my.oschina.net/u/4438370/blog/4463013