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
• 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