일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- 손에 익히며 배우는 네트워크 첫걸음
- til
- codestates
- 프로그래머스
- 자바스크립트
- programmers
- 리액트
- 알고리즘
- 4주 프로젝트
- 코어 자바스크립트
- js
- javascript
- 정재남
- python
- Async
- 렛츠기릿 자바스크립트
- 타입스크립트
- 리트코드
- 토익
- 파이썬
- 타입스크립트 올인원
- 타임어택
- 백준
- 제로초
- 코드스테이츠
- LeetCode
- 리덕스
- SQL 고득점 Kit
- 2주 프로젝트
- 회고
Archives
- Today
- Total
Jerry
#11. What is a Fork in Git 본문
반응형
A fork is a copy of a repository. Forking a repository allows you to freely experiment with changes without affecting the original project.
fork는 레포지토리(저장소)의 복사본이다. fork를 이용하여 원본에 영향을 주지 않고 자유롭게 작업할 수 있다.
출처: docs.github.com/en/github/getting-started-with-github/fork-a-repo
Fork a repo - GitHub Docs
A fork is a copy of a repository. Forking a repository allows you to freely experiment with changes without affecting the original project. Mac Windows Linux Most commonly, forks are used to either propose changes to someone else's project or to use someon
docs.github.com
반응형
'CS > Terminology' 카테고리의 다른 글
#9. Method vs Function in Javascript (0) | 2021.04.09 |
---|---|
#12. 브라우저의 동작원리(How Browsers Work) (0) | 2021.02.01 |
#10. HTTP Method Anatomy (0) | 2021.01.24 |
#8. res.json vs res.send vs res.end (0) | 2020.12.17 |
#7. What is the difference between children and childNodes in JavaScript? (0) | 2020.12.17 |