Skip to content

vishalvivekm/vcs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f3ee4ef · Sep 12, 2024

History

24 Commits
Sep 12, 2024
Sep 12, 2024
Sep 12, 2024
Sep 12, 2024
Sep 12, 2024
Sep 12, 2024
Sep 12, 2024
May 7, 2024
Apr 7, 2024
Jul 14, 2024
Sep 12, 2024
Apr 7, 2024

Repository files navigation

To be updated

can

  • configure username
  • track files for any changes and stage them
  • log commits
  • commit changes
  • retrieve files from a specific commit
when files being tracked are modified and commited,
it basically creates unique commit directories, and save files to it.

// comparision algo:

create individual hash of all staged files, and then hash the individual hashes to generate a new commit hash. if the commit hash is same as just the prev commit ID -> No files were changed since the last commmit, so abort. else, make another commit.

  • Monitoring bug ( now fixed) : #3

About

A CLI app capable of tracking file changes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages