Skip to content

Releases: ShyamSundhar1411/git-automater

Support for Branch Manager

09 Dec 05:48
Compare
Choose a tag to compare

Added support for Branch Manager which includes branch operations such as merge, create, switch, checkout.

Version 1.0.2 - .gitignore support

12 Nov 18:27
Compare
Choose a tag to compare

What's Changed

  • Added .gitignore generation
  • Added emojis for conventional commits

Full Changelog: v1.0.0...v1.0.1

Initial Release

12 Nov 06:47
Compare
Choose a tag to compare

Release Notes - Version 1.0.0

New Features

  • Interactive Menu: Added an interactive menu with the following options:

    • Initialize Git Repository
    • Add Files
    • Commit
    • Push
    • Add License
    • Clear Cache
    • Exit
  • Initialize Git Repository: Added functionality to initialize a Git repository.

  • Add Files: Integrated the ability to add files to the Git repository.

  • Commit: Implemented a commit function to make commits to the repository.

  • Push: Added the ability to push changes to a remote repository.

  • Add License: Included a feature to generate and add a license to the project.

  • Clear Cache: Implemented a cache clearing option.

  • Exit Prompt: Provided an option to exit the interactive menu.

Usage

Install using cargo package manager

   cargo install git-automater

Open the command prompt in the desired folder and run

   git-automater

How to Contribute

Contributions to this project are welcome! Please follow the contribution guidelines in the README.

Bug Fixes

  • Fixed [mention any bugs or issues that were resolved].

Known Issues

  • [List any known issues or limitations.]

Thank you for using git-automater!