git cheat sheet
git switch [branch] git log --oneline git reset --soft HEAD~ : HEAD returns to latest commit git reset --mixed HEAD~ : HEAD returns to latest commit, unstage files git reset --hard HEAD~ : HEAD returns to latest commit, unstage files, discard changes git reset [file name] : unstage [file name]
code/git
2021. 5. 11. 15:09
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- docxtemplater
- deadlock detection and recovery
- shortest job first
- message system
- nomorecramming
- deadlock avoidance
- 혹시이런거쓰면문제유출인가요
- CPU Scheduler
- real time scheduling
- 문제가된다면삭제하겠습니다
- I/O burst
- i/odevice
- CPU burst
- devicecontroller
- Peterson's Algorithm
- multiple-processer scheduling
- multiprogramming
- timesharing
- test and set
- Copy on Write
- 부모-자식 프로세스
- Program Counter
- dmacontroller
- process control block
- deadlock prevention
- process context
- Semaphores
- deadlock ignorance
- exec()
- modebit
| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 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 | 29 | 30 |
글 보관함
