깃허브 3

깃허브 리드미 작성

👍뱃지 만들기 https://simpleicons.org/ Simple Icons 2246 Free SVG icons for popular brands. simpleicons.org -> 예시 만들기 (python) '표시할이름' : Python '색상' : 복사한 텍스트 (#제외) '기술스택아이콘' : 위 사진의 아이콘 이름(Python) 👍이모티콘 https://www.webfx.com/tools/emoji-cheat-sheet/ 🎁 Emoji cheat sheet for GitHub, Basecamp, Slack & more Emoji codes used by GitHub, Basecamp, Slack and other services. Searchable. With emoji meanings. w..

깃허브 2022.05.09

Git Bash 로 소스 올리기

1. Git Bash Here 클릭 2. 명령어들 - git init 폴더에 .git 생성 - git status 폴더의 현재 상태를 보여준다. 빨간 글씨체로 보여지는 파일목록이 add되거나 commit되지 않은 파일을 말한다. - git add . or git add "파일명" git add . 은 아직 add 되거나 commit 되지 않은 파일을 모두 add 한다. git add "파일명" 은 "파일명"의 파일을 add 한다. - git config core.autocrlf true warning: LF will be replaced by CRLF in .project. 에러가 날 경우 입력한다. - git commit -m "메세지" 저장소끼리 연결시킨다. - git remote add origin..

깃허브 2022.05.09

깃허브 프로필 pinned 만들기

깃허브 주소 chanjin5212 - Overview Web Developer. chanjin5212 has 9 repositories available. Follow their code on GitHub. github.com Pinned에 커밋 횟수와 GitHup Stats을 추가하였다. 두개 따로따로 해야하는데 하는 방식은 동일하다. Commit Count GitHub - techinpark/productive-box: Are you an early 🐤 or a night 🦉? Let's check out in gist Are you an early 🐤 or a night 🦉? Let's check out in gist - GitHub - techinpark/productive-box: Are you..

깃허브 2022.04.25