Githubをエンコードテストの準備に使用するフォルダに関連付ける
1650 ワード
Githubをエンコードテストの準備に使用するフォルダに関連付ける
![](https://s1.md5.ltd/image/6637b75a863d8c3416365814b52eb3de.png)
![](https://s1.md5.ltd/image/fa7e30c1af25e538d103f2f3dc96dbe8.png)
![](https://s1.md5.ltd/image/3e396cfa7fa00eb85f994e22dac9c29e.png)
git config --global user.name "[연결할 Github 계정이름]"
![](https://s1.md5.ltd/image/0b92728df871bad5091182f283e6b6e0.png)
![](https://s1.md5.ltd/image/aafa73ee2f0f0c9c52918c87eba507e6.png)
git clone [아까 복사한 https]
![](https://s1.md5.ltd/image/cbdbde07089ba8d06474eade4c554d1f.png)
![](https://s1.md5.ltd/image/24e74775cfa908951e084b014e3a8d5b.png)
![](https://s1.md5.ltd/image/ed6b719aee724afba42aca62851edf74.png)
タスク
cd [레포지토리 이름]
git remote
git remote -v
![](https://s1.md5.ltd/image/995926a2ea22413a6b3dd3ab5bc6168e.png)
![](https://s1.md5.ltd/image/94e16b709699ceeb4c4a61a07fb66351.png)
![](https://s1.md5.ltd/image/90dff0e09e9c0fc934af51b5d8a02303.png)
git add .
git status
git commit -m "[커밋할 내용]"
git push origin
![](https://s1.md5.ltd/image/7ececf689ce547a429aeb6196024f50b.png)
Reference
この問題について(Githubをエンコードテストの準備に使用するフォルダに関連付ける), 我々は、より多くの情報をここで見つけました https://velog.io/@blooper20/코딩-테스트-준비를-위한-폴더와-Github-연동テキストは自由に共有またはコピーできます。ただし、このドキュメントのURLは参考URLとして残しておいてください。
Collection and Share based on the CC Protocol