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.
我创建了受版本控制的 _bak 目录(我将其重命名为 project_bak),然后我创建了新目录并将受 git 版本控制的文件复制到同一位置的新目录中。
但是如果我打开 gitx,我看不到目录有任何变化(我在文件中做了同样的变化)。
我认为 git 有一些我随项目移动的隐藏文件,但我无法在 Mac os 上显示它们。请问怎么解决?
git 存储库位于.git项目根文件夹 ( project_bak/.git) 的隐藏文件夹中。您可以通过终端中的路径正常访问此文件夹,也可以在 Finder 中通过按Command+ Shift+G并输入完整路径来打开它。
.git
project_bak/.git
I have, for example, the following <object> in my page:
<object>
<object id="obj1" data="URL"></object>
Is there any way to get the html object in jquery?