The Simplest Version Control System For Your Work

Installation & Setup

# Install Python from python.org

# Download mamaVCS and put the .exe file at C://Program Files/mama/mama.exe

# Press win + r and write sysdm.cpl

# Go to Advanced

# Click on environment variables

# Click on Path and add C://Program Files/mama as a new path

!! Congratulations You Are All Set

Features

Commit

Store a version of your projct files for someday when you need to go back to a previous version

History and Difference

View the history of your project and see the difference between two versions of your project

Rollback to your selected version

Rollback to any version of your project with a single command

Commands And Usage

Initialize a new repository

> mama shuru

Staging Files

# to stage a specific file...

> mama dekho filename

# to stage all modified files after last commit

> mama dekho .

Commit A Version

> mama rakho commit message here

Look for Version History

> mama itihas

Looking for a particilar version details ?

# You will get the commit id in mama itihas

> mama dekhao commit id

Whats the difference between two versions ?

# You will get the commit id in mama itihas

> mama alada_ki commit_1_id commit_2_id

Going back to a previous version

# You will get the commit id in mama itihas

> mama fire_jao commit id

Pulling A Repository From Github

> mama niye_aso github HTTP link

© 2024 Adib Sakhawat. All rights reserved.