일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
Tags
- 리액트
- python
- codestates
- 2주 프로젝트
- 타입스크립트 올인원
- 손에 익히며 배우는 네트워크 첫걸음
- 코어 자바스크립트
- 회고
- til
- 알고리즘
- javascript
- 제로초
- 타입스크립트
- js
- LeetCode
- 코드스테이츠
- 정재남
- 리트코드
- 리덕스
- 프로그래머스
- 타임어택
- 파이썬
- HTTP
- 토익
- 자바스크립트
- 4주 프로젝트
- 렛츠기릿 자바스크립트
- 백준
- programmers
- SQL 고득점 Kit
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 |