Crates.io | gitpushup |
lib.rs | gitpushup |
version | 0.1.14 |
source | src |
created_at | 2023-12-13 12:33:05.21743 |
updated_at | 2024-02-18 23:44:47.921523 |
description | GitPushUp in rust! |
homepage | https://github.com/waldirborbajr/gitpushup |
repository | https://github.com/waldirborbajr/gitpushup |
max_upload_size | |
id | 1067996 |
size | 59,891 |
A simple command line tool written in Rust programming language. It automates the process of adding all files, committing changes, and pushing them to the remote repository. This tool is designed to streamline the Git workflow, making it faster and more convenient.
Usage
To use GitPushUp, follow these steps:
Navigate to the root directory of your Git repository in the terminal.
Run the following command:
gitpushup
This command will execute the tool and perform the following operations:
Installation
Each release comes with pre-built binaries of several platforms. Grab it from Github Releases.
Make sure you have Rust installed, then:
To build and install this, you'll need Rust and Cargo installed on your system. If you haven't already, you can install Rust by following the instructions on the official Rust website.
Once Rust is installed, you can proceed with the following steps:
git clone https://github.com/waldirborbajr/gitpushup.git
cd gitpushup
cargo build --release
cargo install --path .
crates.io
Also available at
https://crates.io/crates/gitpushup
Dependencies
names
: This dependency is used to generate random commit messages. You can find more information about this crate here.std::os
: This module is part of the Rust standard library and is used for interacting with the operating system. It is used in this project for handling process exit codes.Colored
: This dependency is used to coloring terminal.Contributing to GitPushUp
If you are interested in contributing to GitPush, we would love to have your help! You can start by checking out the open issues on our GitHub repository to see if there is anything you can help with. You can also suggest new features or improvements by opening a new issue.
To contribute code to GitpushUp, you will need to fork the repository and create a new branch for your changes. Once you have made your changes, you can submit a pull request for them to be reviewed and merged into the main codebase.
License
This project is released under the MIT License - see the LICENSE file for details.