jist-vcs

1.0.2 • Public • Published

Jist Version Control System

Jist is a simple version control system inspired by Git. It provides basic functionality for tracking changes in your project, creating branches, and managing your development workflow.

Installation

To install Jist globally, run:

npm install -g jist-vcs

Usage

Here are some basic commands to get you started with Jist:

  • Initialize a new repository:

    jist init
    
  • Add files to the staging area:

    jist add <file or directory>
    
  • Commit changes:

    jist commit "Your commit message"
    
  • View commit history:

    jist log
    
  • Create a new branch:

    jist branch <branch-name>
    
  • Switch to a branch or commit:

    jist checkout <branch-name or commit-hash>
    
  • View all branches:

    jist branch
    

For more information on each command, use the --help option:

jist --help
jist <command> --help

.jistignore

You can create a .jistignore file in your repository root to specify files and directories that Jist should ignore. The syntax is similar to .gitignore.

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

License

This project is licensed under the MIT License.

Readme

Keywords

Package Sidebar

Install

npm i jist-vcs

Weekly Downloads

0

Version

1.0.2

License

MIT

Unpacked Size

13.9 kB

Total Files

3

Last publish

Collaborators

  • masheshforyou77