github2 [뚝딱뚝딱] GitHub 프로필 꾸미기 따라 하기 이전, 마크다운이 익숙하지 않거나 처음 프로필을 꾸며 보는 사람은 https://github-profile-readme-creator.web.app/ 먼저 사용해보길 바란다. 치는 대로 뱃지와 GitHub stats를 만들어준다. 결과물 +) 2022.Jan.15 업데이트 버전 목차 1. 뱃지 만들기 2. 방문자 표시 3. GitHub stats 4. WakaTime stats 5. 백준 티어 6. 결론 1. 뱃지 만들기 https://shields.io/ Shields.io: Quality metadata badges for open source projects Love Shields? Please consider donating to sustain our activitiesYour Badg.. 2022. 1. 3. [Git] Git 명령어 정리 Git 최초 설정 # 사용자 정보 git config --global user.name git config --global user.email Remote # 리모트 저장소 확인 git remote -v # 리모트 저장소 추가 git remote add # 리모트 저장소 이름 변경 git remote rename # 리모트 저장소 삭제 git remote remove 원격 저장소에 코드 저장하기 # workspace git add # staging git commit -m "commit message" git status # local repository git push origin # remote repository git fetch origin Branch # 브랜치 이름 변경 git branch -.. 2021. 12. 18. 이전 1 다음