Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 1 KB

README.md

File metadata and controls

36 lines (24 loc) · 1 KB

Project Name: bgit

Description

This project is a TypeScript-based application for managing and tracking changes in a Git repository. It provides a command-line interface (CLI) for performing various Git operations.

Features

  • Initialize a new Git repository
  • Add files to the staging area
  • Commit changes to the repository
  • View commit history
  • Create and switch between branches
  • Merge branches
  • Push changes to a remote repository
  • Pull changes from a remote repository

Installation

  1. Clone the repository: git clone https://github.com/your-username/bgit.git
  2. Navigate to the project directory: cd bgit
  3. Install dependencies: npm install
  4. Install project globally: npm install -g

Usage

  1. Open a terminal.
  2. Run bgit

Contributing

Contributions are welcome! If you find any bugs or have suggestions for new features, please open an issue or submit a pull request.

License

This project is licensed under the MIT License. See the LICENSE file for more details.