Добавить
Уведомления

how to add files to local git repo | vcs part-4

• Git working tree 1.working directory 2.staging area 3.local git repository • to add any file to staging area : git add filename • to add the file from staging area to local git repo: git commit • to check status of git repo : git status • to check the log : git log

12+
16 просмотров
2 года назад
12+
16 просмотров
2 года назад

• Git working tree 1.working directory 2.staging area 3.local git repository • to add any file to staging area : git add filename • to add the file from staging area to local git repo: git commit • to check status of git repo : git status • to check the log : git log

, чтобы оставлять комментарии