difference between git ignore and untrack

后端 未结 3 1707
我在风中等你
我在风中等你 2021-02-04 00:03

What\'s the difference between ignore a folder and untrack in git? I need to remove some folders from my git repository and I am working in Netbeans with the git plugins and put

3条回答
  •  面向向阳花
    2021-02-04 00:45

    You will want to use untrack instead of gitignore as gitignore won't affect files that are currently being tracked. http://git-scm.com/docs/gitignore

提交回复
热议问题