Skip to content

A command-line interface leveraging Git to streamline repetitive tasks, featuring beneficial extensions for enhanced management. 🟠

License

Notifications You must be signed in to change notification settings

RajaRakoto/gitvers-tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

gitvers-tool 🟠

forthebadge forthebadge forthebadge forthebadge forthebadge

Git Gitub

gitvers-tool is a script designed for efficient git usage, saving time with single commands replacing multiple manual inputs, ideal for small projects. Prior understanding of git basics is essential to avoid issues. Git installation is necessary. A directory is generated for reference, usually in ~/Projects, with files located outside this directory not being recognized by gitvers-tool.


πŸ“Œ Usage

Run the following command to install gitvers-tool (Linux only):

curl https://raw.githubusercontent.com/RajaRakoto/gitvers-tool/master/setup > setup && chmod +x setup && ./setup

Uninstall gitvers-tool (Linux only):

sudo rm -r /usr/local/bin/gitvers-tool

πŸ“Œ Guide






πŸ“Œ Demo

Here is a snippet of using gitvers-tool, you can also do other things like pull, fast forward, merge branches, clone projects, and many more ...


πŸ“Œ Ungit

Ungit and gitvers-tool together create a powerful version control tool for managing git repositories with ease. gitvers-tool speeds up project initialization, while ungit provides enhanced project visibility. Combining both offers flexibility and efficiency in managing projects.

$ sudo -H npm install -g ungit


Performing a commit, the advantage with ungit is that you can more easily select the file to commit

To display the modification made to a file

To change branches and merge one branch to another

To deploy a modification on the remote server (push)

To quickly edit the .gitignore file

About

A command-line interface leveraging Git to streamline repetitive tasks, featuring beneficial extensions for enhanced management. 🟠

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages