5 releases (stable)

1.0.4 Dec 2, 2023
1.0.3 Nov 17, 2023
0.1.2 Nov 12, 2023

#551 in Operating systems

Download history 2/week @ 2024-02-21 3/week @ 2024-02-28 3/week @ 2024-03-13 18/week @ 2024-03-27 30/week @ 2024-04-03

51 downloads per month

MIT license

26KB
449 lines


Logo

Git Automater

Git Automater: Your Shortcut to Seamless Version Control!

Explore the docs »

Report Bug . Request Feature

Downloads Contributors Forks Stargazers Issues License

Table Of Contents

About The Project

demo

There are a lot of processes and commands that are involved in github. Remembering those takes time and indeed version controlling is an important trait for every programmer. In order to reduce the time consumption in using git in local environment, I have created this crate so that it eases the process of version controlling. This crate involves a lot of git processes.

Here are few:

  • Initialize Git Repository
  • Add Files
  • Commit
  • Push
  • Add License
  • Add .gitignore
  • Branch Manager
  • Clear Cache
  • Exit Prompt

Built With

Getting Started

This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.

Prerequisites

This crate requires the installation of cargo package manager and rust.

  • cargo
  • rust

For more information, kindly refer the Documentation for installation procedures.

Installing

Using Cargo

  cargo install git-automater

Using Source

  git clone https://github.com/ShyamSundhar1411/git-automater.git
  cd git-automater
  cargo install --path

Roadmap

See the open issues for a list of proposed features (and known issues).

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  • If you have suggestions for adding or removing projects, feel free to open an issue to discuss it, or directly create a pull request after you edit the README.md file with necessary changes.
  • Please make sure you check your spelling and grammar.
  • Create individual PR for each suggestion.

Creating A Pull Request

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Dependencies

~9–23MB
~335K SLoC