codestates / codestates/ds-TIL
[TIL] day 48 오세광 201111
- Dominant language
- No language data
- Stars
- 2
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
# 키워드: git fetch, pull, merge, branch, checkout / SubclassedDataFrame/ oop/ self / docker / vim editor
# (Act)What you actually did.
1. Git 흐름을 파악하고, 명령어 하나씩 모두 실행
2. Vim 에디터 사용시작하였고, 명령어로하면서 마우스 없이 활용하는 방법
3. Oop 리팩토링 해보기
4. Docker개념 이해하고, 구현해보기
# (Evaluate)How you evaluate your action's outcome vs. the initial goal(plan).
1. Git 흐름과 내가 필요한 상황에서 어떤 git 명령어를 사용해야할 지 감 잡음.
- Git fetch : 변경사항 확인
- Git merge : main에 나의 branch 합치기
- Git checkout -b “sc313” : 브런치를 만들고, 그 브런치를 기본설정으로 변경하기
- Git push —set-upstream origin main : git push로 올릴 브런치를 변경하기
2. Vim 에디터로 터미널에서 클릭 없이 에디터와 터미널을 자유자재로 왔다갔다 하기. 약간의 번거로움과 익숙하지 않음은 있지만, 강의를 보면서 기본적인 명령어는 다 익힘.
3. Docker개념으로 가상os환경을 쉽게 구축할 수 있는 방법 익힘
# (Reflect)
How you worked throughout the stages plan-research-act-observe-evaluate.
What did you do well, what can you improve upon.
How can you improve your process?
1. 여러개 작업을 하면서 git 자유자재로 활용
2. Vim 하루 30분씩 연습하여 자유자재로
3. 데일리 스탠드업 후 docker활용하여 구축해보기
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.