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"