Skip to content

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

@vg-rlo

Description

@vg-rlo

#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 삭제"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions