Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
例如,我怎样才能让 git-ftp 忽略整个目录“foo”而不是“foo/bar/”?
我在某处读到 git 2.9+ 你可以这样做
#untrack foo foo/ # track foo/bar !foo/bar/