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.
我有这个本地目录/Users/OSX/Documents/Git/,我在其中初始化为我的 git git init。
/Users/OSX/Documents/Git/
git init
如何将整个库推/Users/OSX/Documents/Project/Test送到我的 git 存储库?
/Users/OSX/Documents/Project/Test
/Users/OSX/Documents/Git
git add Test
git commit -m "Added Test to repo"