NOTE: This can only be done after we have a basic git init functionality
Provide a way to add file(s) content to repository INDEX (implement add command)
So we can add files from current working tree to Repo INDEX
when user runs add command with a argument for file, it adds that file to Index of Repo
NOTE: This can only be done after we have a basic git init functionality
Provide a way to add file(s) content to repository INDEX (implement
add
command) So we can add files from current working tree to Repo INDEX when user runsadd
command with a argument for file, it adds that file to Index of RepoReferences: