현재 시간 22시 12분.. 로깅만 하고 바로 파이썬 복습을 해야하기 때문에 putty를 켜서 이것저것 해볼 시간은 없는것같다..내일이 주말이니 시간 남으면 내일 해보도록 하자 ㅋㅋ전날 살짝 복습git merge continue (fast forward merge)git merge —abort(충돌 무시 merge)branch.git branchgit branch -M maingit branch [newbranch]git switch/checkout [branch명] (checkout , switch 둘다 비슷한 용도!)git remote -v현재 디렉토리와 연결된 원격 저장소가 어디인지 확인해주는 명령어git remote add origin githubRepositoryURL github 와 로컬저장소..