GIT

· GIT
프로젝트를 진행하면서 Issue 와 PR 을 작성하는 과정이 반복되다 보니, 매번 같은 정보들을 입력하는 것이 번거롭다고 느꼈고 작업을 좀 더 효율적으로 하고 싶어서 정형화된 템플릿을 만들어 보았음! ❓ Issue template 만드는 방법1. 이슈 템플릿을 만들고자 하는 레포지토리의 Issue 탭으로 이동 2. Settings 클릭3. 페이지를 내리다 보면 Features 섹션이 보이는데, 그 안에서 Set up templates 클릭   4. Add template 버튼을 클릭한 후, Custom template 선택   5. Preview and edit 클릭하여 템플릿의 각 항목을 자유롭게 수정   6. 수정이 완료되면, Propose changes 클릭 -> 커밋하여 변경 사항을 저장   7...
· GIT
참고https://daringfireball.net/projects/markdown/syntax#span Daring Fireball: Markdown Syntax DocumentationMarkdown: Syntax Note: This document is itself written using Markdown; you can see the source for it by adding ‘.text’ to the URL. Overview Philosophy Markdown is intended to be as easy-to-read and easy-to-write as is feasible. Readability, however, isdaringfireball.net 📌 방법[링크 제목](이동할링크 URL..
· GIT
1. GitHub 계정 생성GitHub에 React 프로젝트를 올리려면 당연하게도 GitHub 계정이 필요하다.계정이 없다면 GitHub 웹사이트에서 계정을 만들어준다. GitHub: Let’s build from hereGitHub is where over 100 million developers shape the future of software, together. Contribute to the open source community, manage your Git repositories, review code like a pro, track bugs and fea...github.com  2. 로컬 Git 저장소 초기화Git bash를 열어서 GitHub에 올리려고 하는 폴더로 이동한다.그다음 명령..
· GIT
❓ Fork 설치 방법 보러가기https://hye-story-o0o.tistory.com/6 [GIT] Git GUI Fork 설치❓ Git GUI란?명령이나 작업을 이해하기 쉽도록 Git 히스토리 및 트리를 시각화해 주는 도구  👉🏻 다운로드 링크https://git-fork.com/현재 Fork는 Windows와 Mac을 지원한다. Fork - a fast and friendly git clienthye-story-o0o.tistory.com  💡 Fork 사용법📌 레파지토리 Clone 하기1. 새로운 레파지토리를 생성2. Github에서 레파지토리 URL 복사 3. Fork 화면으로 돌아가서 'file → Clone' 4. 복사한 URL이 자동으로 들어가 있어서 저장할 위치만 설정하고 Cl..
· GIT
❓ Git GUI란?명령이나 작업을 이해하기 쉽도록 Git 히스토리 및 트리를 시각화해 주는 도구  👉🏻 다운로드 링크https://git-fork.com/현재 Fork는 Windows와 Mac을 지원한다. Fork - a fast and friendly git client for Mac and WindowsFork - a fast and friendly git client for Mac and Windowsfork.dev 해당 사이트로 들어가서 자신이 사용하는 운영체제에 맞게 이용하면 된다.  User name과 Email 입력 후 Finish 설치 끝 !
방혜진
'GIT' 카테고리의 글 목록