Skip to content
New issue

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

[Gihub] 파일 경로이동 후 Commit #15

Open
vg-rlo opened this issue Apr 8, 2021 · 2 comments
Open

[Gihub] 파일 경로이동 후 Commit #15

vg-rlo opened this issue Apr 8, 2021 · 2 comments

Comments

@vg-rlo
Copy link
Owner

vg-rlo commented Apr 8, 2021

#14
파일 경로를 바꿔준 후에 commit을 다시 할때는
삭제 결과에 대한 Git status를 잘 확인해주셔야합니다.

특히 git add 바뀐경로/파일명을 통해 수정된 파일에 대한 Commit 1번,
삭제된 파일/수정된 파일명에 대한 Commit 1번 총 2번의 Commit을 진행해주셔야합니다.

  1. 일반적인 새로운 파일 추가시나, 파일 내용 변경후 Commit하는 경우
    git add 경로/파일명
    git commit -m "[이름] cv l1 resnet"

  2. 파일 삭제/파일명 변경인 경우
    git add -u
    git commit -m "[이름] cv l1 삭제"

@vg-rlo
Copy link
Owner Author

vg-rlo commented Apr 8, 2021

#16 해결 완료

@vg-rlo vg-rlo closed this as completed Apr 8, 2021
@vg-rlo vg-rlo reopened this Apr 8, 2021
@willowkim8
Copy link
Contributor

dog멋있어

@vg-rlo vg-rlo changed the title 파일 경로이동 후 Commit [Gihub] 파일 경로이동 후 Commit Apr 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants