We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#14 파일 경로를 바꿔준 후에 commit을 다시 할때는 삭제 결과에 대한 Git status를 잘 확인해주셔야합니다.
특히 git add 바뀐경로/파일명을 통해 수정된 파일에 대한 Commit 1번, 삭제된 파일/수정된 파일명에 대한 Commit 1번 총 2번의 Commit을 진행해주셔야합니다.
일반적인 새로운 파일 추가시나, 파일 내용 변경후 Commit하는 경우 git add 경로/파일명 git commit -m "[이름] cv l1 resnet"
파일 삭제/파일명 변경인 경우 git add -u git commit -m "[이름] cv l1 삭제"
The text was updated successfully, but these errors were encountered:
#16 해결 완료
Sorry, something went wrong.
dog멋있어
No branches or pull requests
#14
파일 경로를 바꿔준 후에 commit을 다시 할때는
삭제 결과에 대한 Git status를 잘 확인해주셔야합니다.
특히 git add 바뀐경로/파일명을 통해 수정된 파일에 대한 Commit 1번,
삭제된 파일/수정된 파일명에 대한 Commit 1번 총 2번의 Commit을 진행해주셔야합니다.
일반적인 새로운 파일 추가시나, 파일 내용 변경후 Commit하는 경우
git add 경로/파일명
git commit -m "[이름] cv l1 resnet"
파일 삭제/파일명 변경인 경우
git add -u
git commit -m "[이름] cv l1 삭제"
The text was updated successfully, but these errors were encountered: