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

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+
15 просмотров
2 года назад
4 декабря 2023 г.
12+
15 просмотров
2 года назад
4 декабря 2023 г.

• 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

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