Practice Makes Perfect
Git push & commit 방법 본문
1. git add file.txt
2. git commit -m "init text"
3. git push /mnt/Nas/ master
push 관련 에러
-> .git 안에 ref 파일 있음 거기서 해야됨
Comments
1. git add file.txt
2. git commit -m "init text"
3. git push /mnt/Nas/ master
push 관련 에러
-> .git 안에 ref 파일 있음 거기서 해야됨