저장용

[git] 로컬에 삭제된 파일 저장소에 적용하기

아렌네즈 2014. 12. 3. 15:10

git add -u    --> -u 옵션의 의미는 update tracked files
git commit -m "Message"
git push