git/https\347\265\214\347\224\261\343\201\247clone\343\201\231\343\202\213\346\231\202\343\201\256\343\203\221\343\202\271\343\203\257\343\203\274\343\203\211(token)\343\202\222\344\277\235\345\255\230\343\201\231\343\202\213.md
... ...
@@ -1,5 +1,5 @@
1 1
[Git - 認証情報の保存](https://git-scm.com/book/ja/v2/Git-%E3%81%AE%E3%81%95%E3%81%BE%E3%81%96%E3%81%BE%E3%81%AA%E3%83%84%E3%83%BC%E3%83%AB-%E8%AA%8D%E8%A8%BC%E6%83%85%E5%A0%B1%E3%81%AE%E4%BF%9D%E5%AD%98)
2 2
3 3
```
4
-$ git config --global credential.helper store
4
+$ git config --global credential.helper store
5 5
```
... ...
\ No newline at end of file