5 releases (stable)
1.0.4 | Dec 2, 2023 |
---|---|
1.0.3 | Nov 17, 2023 |
0.1.2 | Nov 12, 2023 |
#2865 in Command line utilities
66 downloads per month
26KB
449 lines
Git Automater
Git Automater: Your Shortcut to Seamless Version Control!
Explore the docs »
Report Bug
.
Request Feature
Table Of Contents
About The Project
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
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
License
Distributed under the MIT License. See LICENSE for more information.
Dependencies
~11–23MB
~321K SLoC