/easyGit

Primary LanguageJavaScript

easyGit

easyGit is a command-line tool designed to simplify your Git workflow. Whether you're initializing a new repository, configuring your Git settings, or managing branches and commits, easyGit streamlines the process with intuitive commands.

Features

  • Initialize Repositories: Quickly set up a new Git repository with a single command.
  • Global Installation: Install easyGit globally on your system to use it from any directory.
  • Intuitive CLI Commands: Use straightforward commands to manage your Git projects, including custom commands for common tasks.

Installation

To install easyGit globally on your system, follow these steps:

  1. Clone the repository to your local machine.
  2. Navigate to the repository directory.
  3. Run the installation script with ./src/scripts/install.sh.

This script will install easyGit globally using npm, allowing you to access it from any directory.

Usage

After installation, you can start using easyGit to manage your Git projects. Here are some common commands:

  • Initialize a new repository: easyGit init

Contributing

Contributions to easyGit are welcome! Please refer to the CONTRIBUTING.md file for guidelines on how to contribute to the project.