[ Discard changes ]
Are you sure you want to permanently discard changes to the following files? This action cannot be undone
다음 파일의 변경사항을 영구적으로 삭제하시겠습니까? 이 작업은 취소할 수 없습니다.
>>> discard 클릭시, 코드는 마지막 커밋 시점으로 돌아가며, 최근에 변경한 내용들은 사라진다.
[ revert change introduced by this commit ]
이 커밋으로 인해 발생한 변경 사항을 되돌립니다.
Revert Changes
These changes will be reverted. Only commit if you're sure you're okay losing these changes.
변경사항 되돌리기
이러한 변경사항은 되돌려집니다. 이러한 변경 사항을 잃어도 괜찮다고 확신하는 경우에만 커밋하세요.
>>> submit 클릭 시, 해당 커밋의 변경사항이 취소 됨(해당 커밋 이전의 커밋 시점으로 코드 revert), 추가 commit이 발생.
'python' 카테고리의 다른 글
python datetime(today 조회, 날짜 계산, 연속 날짜 데이터 프레임 만들기) (0) | 2025.04.07 |
---|---|
np.squeeze, np.expand_dims(unsqueeze) 이해 (0) | 2025.03.30 |
np.repeat 이해 (0) | 2025.03.30 |
np.stack 이해 (0) | 2025.03.30 |
VS code - 명령어 부분 실행 (0) | 2025.03.23 |
__name__ (0) | 2025.03.02 |