Prakash4844 / tit

TIT - A Distributed VCS in Python. An Open Source project covered by the GNU General Public License.
GNU General Public License v3.0
4 stars 2 forks source link

Implement `add [filename]` functionality after intializing the repo. #9

Open Prakash4844 opened 1 year ago

Prakash4844 commented 1 year ago

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

References:

Prakash4844 commented 1 year ago

Will Soon try to work on it as all the prep are done and technical debt is paid.