TOOL/GIT
Git push & commit 방법
tony99
2020. 1. 22. 15:52
1. git add file.txt
2. git commit -m "init text"
3. git push /mnt/Nas/ master
push 관련 에러
-> .git 안에 ref 파일 있음 거기서 해야됨