일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
- mysql
- javascript
- MacOS
- DB
- php
- Algorithm
- while
- MIPS
- python
- html
- system
- Java
- Pipelining
- computer
- control
- for
- DoM
- Class
- web
- Linux
- XML
- function
- architecture
- instruction
- data structure
- react
- DS
- CSS
- github
- DATAPATH
- Today
- Total
목록Github (9)
YYYEJI

Collaborator란? Repository의 공동 책임자입니다. Colaborator로 초대받은 repo를 확인하고 싶을 때는 아래와 같이 해주시면 됩니다. ① Settings에 들어갑니다. ② repositories를 눌러주면 모든 repo의 history가 보일 것입니다. ◡̈

Collaborator란? Repository의 공동 책임자입니다. ↓↓↓ collaborator 설정하는 방법 ↓↓↓ 1. Setting Collaborator를 설정하기 원하는 프로젝트에 들어갑니다. 2. Collaborators Collaborators를 클릭합니다. 3. Add people Add people(green button)을 클릭합니다. 3. 원하는 Collaborator의 ID 입력 Username, full name 또는 email을 입력하고 Select a collaborator above를 클릭합니다. 4. 원하는 Collaborator의 ID 클릭 원하는 collaborator의 id를 클릭하고 Add 000 to this repository를 클릭합니다. 5. Invite를 ..

↓↓↓ 개발환경을 설정하기 전에 git을 설치해주세요 ↓↓↓ https://yyyeji.tistory.com/43?category=1293689 [Git] 맥(macOS)에서 git 설치하기 Git 설치를 시작해볼까요 ? ↓↓↓ 아래 링크로 들어가주세요 ↓↓↓ https://git-scm.com/ Git git-scm.com git을 설치하기 위해서는 brew를 먼저 설치해야 합니다. 아래 링크로 들어가서 설치를 해주세요 ! h yyyeji.tistory.com Git 초기 설정을 위해 Terminal에 접속해서 아래 명령어를 입력해주세요. 사용자 이름 설정 $ git config --global user.name "yourname" 사용자 이메일 설정 $ git config --global user.e..

Octotree란 ? ? ? Github을 계층형 구조로 보기 쉽게 관리할 수 있도록 도와주는 확장 프로그램입니다. ↓↓↓ 설치하기 위해 아래 링크로 들어가주세요 ↓↓↓ https://chrome.google.com/webstore/detail/octotree-github-code-tree/bkhaagjahfmjljalopjnoealnfndnagc?hl=ko Octotree - GitHub code tree GitHub on steroids chrome.google.com 설치하기 전 Github 설치 후 Github octotree를 설치하면 하나하나 클릭해서 들어가지 않아도 Github 저장소의 하부 디렉토리 내 파일의 내용을 확인할 수 있습니다. 또한 다른 폴더에 있는 파일을 확인하기 위해 다시 역..

gitignore 파일이란 ? ? ? .gitignore파일이란 Git 버전 관리에서 제외할 파일 목록을 지정하는 파일입니다. ex) 컴파일된 파일 (./a.out) gitignore 파일을 직접 생성을 하게 된다면 위에 사진과 같이 파일을 생성해주고 제외하고 싶은 파일을 작성해주시면 됩니다. 이렇게 생성할 수도 있지만 자동으로 gitignore을 생성해주는 웹사이트가 있습니다. 같이 해볼까요 ? ? ? ↓↓↓ 아래 링크로 들어가주세요 ↓↓↓ https://www.toptal.com/developers/gitignore gitignore.io Create useful .gitignore files for your project www.toptal.com Create를 눌러주시면 소스 코드가 나오는데 이 ..

Git 설치를 시작해볼까요 ? ↓↓↓ 아래 링크로 들어가주세요 ↓↓↓ https://git-scm.com/ Git git-scm.com git을 설치하기 위해서는 brew를 먼저 설치해야 합니다. 아래 링크로 들어가서 설치를 해주세요 ! https://yyyeji.tistory.com/38?category=1291895 [Homebrew] homebrew 다운받기 homebrew 란 ? ? ? 여러가지 소프트웨어들을 간단하게 설치할 수 있게 도와주는 기능입니다. https://brew.sh/index_ko Homebrew The Missing Package Manager for macOS (or Linux). brew.sh homebrew 설치하기.. yyyeji.tistory.com 처음에 들어갔던 웹..

지금부터 github에 레포지토리 공개 여부를 변경하는 방법에 대해서 알아보겠습니다! Let's get it ٩( ᐛ )و 1. github 로그인 후 Your repositories에 들어갑니다. 2. 공개 여부를 변경하고 싶은 repository의 Settings에 들어갑니다. 3. 아래로 스크롤 하다보면 Danger Zone이 있습니다. 4. 가장 위에 있는 Change visibility를 눌러주면 아래 창이 뜹니다. 5. public / private을 결정한 후 Github_ID/repo_name 을 복붙해줍니다. I understand, change repository visibility를 눌러주시면 repo의 공개 여부가 바뀝니다. ◡̈

Github에서 새로운 레포지토리 생성하고 삭제하는 방법에 대해서 알아보겠습니다. Let's get it ٩( ᐛ )و 1. github에 들어가서 로그인을 합니다. https://github.com GitHub: Where the world builds software GitHub is where over 83 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 feat... github.com 2. Your repositories를 눌러줍니다. 3. 초록..