Crates.io | git-automater |
lib.rs | git-automater |
version | 1.0.4 |
source | src |
created_at | 2023-11-12 09:59:59.624223 |
updated_at | 2023-12-02 10:41:53.301761 |
description | Git Automater: Your Shortcut to Seamless Version Control! |
homepage | |
repository | https://github.com/ShyamSundhar1411/git-automater/ |
max_upload_size | |
id | 1032630 |
size | 64,129 |
Git Automater: Your Shortcut to Seamless Version Control!
Explore the docs ยป
Report Bug
.
Request Feature
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:
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.
This crate requires the installation of cargo package manager and rust.
For more information, kindly refer the Documentation for installation procedures.
cargo install git-automater
git clone https://github.com/ShyamSundhar1411/git-automater.git
cd git-automater
cargo install --path
See the open issues for a list of proposed features (and known issues).
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.
git checkout -b feature/AmazingFeature
)git commit -m 'Add some AmazingFeature'
)git push origin feature/AmazingFeature
)Distributed under the MIT License. See LICENSE for more information.