Kotlin2 Kotlin - Day 02 1. Delete Gist Revision git clone git@github.com:{hash}.git // gist url의 hash값 입력 git push -f origin master git reset --hard HEAD~1 && git push -f origin master // 한 개씩 삭제 https://gist.github.com/eduncan911/7c7ddb02b16ed83478e22aa4d209b17f Revert Gist Commits Revert Gist Commits. GitHub Gist: instantly share code, notes, and snippets. gist.github.com 2. Markdown to Gist "/할일"에 대한 mark를 Gist에 추가할.. 2021. 7. 21. Kotlin - Day 01 1. Reespository fork & clone 1) fork 하고자 하는 Repository에 들어간다. 2) 해당 Repostiory 페이지 오른쪽 상단에 있는 Fork를 클릭한다. 3) clone 하고자 하는 local 환경의 폴더를 지정하여 git bash를 실행시킨다. 4) 다음 명령어 입력을 통해 clone을 해준다. git clone https://github.com/{본인 GitHub Username}/{저장소이름} -b {Branch Name} --single-branch 2. Intellij Project 생성 1) clone한 폴더 내에 빈 폴더를 생성한다. 2) 생성된 빈 폴더를 Project Location으로 지정하여 새로운 프로젝트를 생성한다. 3) src > main > .. 2021. 7. 19. 이전 1 다음