Skip to content

dhananjayd1729/trackflow-VCS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Trackflow

Trackflow is a simple version control system inspired by Git. It allows you to track changes to your files, create commits with messages, and view the history of changes.

Features

  • Initialization: Set up a new Trackflow repository.
  • Adding Files: Add files to the staging area.
  • Committing: Create a new commit with a message.
  • Log: View the history of commits.
  • Show Diff: Show the differences between a commit and its parent.

Installation

Ensure you have Node.js installed. Then, create a new directory for your project and place the trackflow.js script inside it.

mkdir myproject
cd myproject
# Save the trackflow.js script here basically do 
./trackflow.mjs init 
#now you can use add, commit, show diff and log commands.

Contributing

We welcome contributions from the community. If you would like to contribute to Trackflow, please follow our contribution guidelines.

License

Trackflow is released under the MIT License.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published