반응형
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- no space left on device
- ROS2
- 맛집
- 티스토리챌린지
- 터미널
- tensorflow
- 딥러닝
- GPT
- 오블완
- linux
- pytorch
- ubuntu
- 분당맛집
- TTS
- 스팸
- humble
- timm
- openAI
- socketio
- Torch
- python
- 판교
- ros
- string
- CUDA
- ChatGPT
- error
- CLASS
- Android
- opencv
Archives
- Today
- Total
목록GIT (1)
RoBoLoG
[Git] commit 시점으로 파일 되돌리기
Git으로 작업하다가 push 이후 갑자기 파일이 날아갔을 때 당황하지 말자 1. commit 로그 확인 터미널에 다음과 같이 입력하여 commit 로그를 확인한다. git reflog 그러면 commit 로그를 확인할 수 있으며, 맨 앞에 숫자/알파벳 배열은 commit id이다. 1f924e9 (HEAD -> devel, origin/devel) HEAD@{0}: commit: display and expression 8180870 (master) HEAD@{1}: reset: moving to 8180870 f7ce8ed HEAD@{2}: checkout: moving from devel to devel f7ce8ed HEAD@{3}: checkout: moving from master to dev..
Error Solution/Etc
2022. 12. 21. 18:07