
剛開始接觸github,一些概念詞分不清。網(wǎng)上搜索如下:
- Repository:把項目托管到github中,需要先創(chuàng)建repository, 而一個repository可以存放多個文件夾、文件、圖片、視頻、圖表等等項目需要的資料。官網(wǎng)給出的定義為:
A Repository is the most basic element of GitHub. They’re easiest to
imagine as a project’s folder. A repository contains all of the
project files (including documentation), and stores each file’s
revision history. Repositories can have multiple collaborators and can
be either public or private.
- Project:參見 Project。