{"id":20418169,"url":"https://github.com/waldirborbajr/gitpushup","last_synced_at":"2026-02-27T14:12:46.733Z","repository":{"id":203836889,"uuid":"710508245","full_name":"waldirborbajr/gitpushup","owner":"waldirborbajr","description":"GitPushUp - DevOps Automation Command Line Tool","archived":false,"fork":false,"pushed_at":"2026-02-19T20:26:57.000Z","size":244,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-19T23:37:28.011Z","etag":null,"topics":["cli","command-line","devops","gitpushup","hacktoberfest","rust","terminal"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/waldirborbajr.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-10-26T20:54:11.000Z","updated_at":"2026-02-19T20:27:02.000Z","dependencies_parsed_at":"2024-02-13T14:24:01.980Z","dependency_job_id":"1303f5bb-3e19-4145-a032-ba259ce652c0","html_url":"https://github.com/waldirborbajr/gitpushup","commit_stats":null,"previous_names":["waldirborbajr/gitpush"],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/waldirborbajr/gitpushup","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/waldirborbajr%2Fgitpushup","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/waldirborbajr%2Fgitpushup/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/waldirborbajr%2Fgitpushup/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/waldirborbajr%2Fgitpushup/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/waldirborbajr","download_url":"https://codeload.github.com/waldirborbajr/gitpushup/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/waldirborbajr%2Fgitpushup/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29899207,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-27T12:09:13.686Z","status":"ssl_error","status_checked_at":"2026-02-27T12:09:13.282Z","response_time":57,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cli","command-line","devops","gitpushup","hacktoberfest","rust","terminal"],"created_at":"2024-11-15T06:30:08.826Z","updated_at":"2026-02-27T14:12:46.698Z","avatar_url":"https://github.com/waldirborbajr.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GitPushUp - DevOps Automation Command Line Tool\n\n\u003cp align=\"center\"\u003e\n  \u003cimg width=\"256\" height=\"256\" src=\"./.assets/gitpushup-logo.png\" /\u003e\n\u003c/p\u003e\n\n[![Lint](https://github.com/waldirborbajr/gitpushup/actions/workflows/linter.yaml/badge.svg)](https://github.com/waldirborbajr/gitpushup/actions/workflows/linter.yaml)\n[![CI](https://github.com/waldirborbajr/gitpushup/actions/workflows/ci.yaml/badge.svg)](https://github.com/waldirborbajr/gitpushup/actions/workflows/ci.yaml)\n[![Release](https://github.com/waldirborbajr/gitpushup/actions/workflows/release.yaml/badge.svg)](https://github.com/waldirborbajr/gitpushup/actions/workflows/release.yaml)\n[![Security audit](https://github.com/waldirborbajr/gitpushup/actions/workflows/audit.yaml/badge.svg)](https://github.com/waldirborbajr/gitpushup/actions/workflows/audit.yaml)\n[![Release to crates.io](https://github.com/waldirborbajr/gitpushup/actions/workflows/crates.yaml/badge.svg)](https://github.com/waldirborbajr/gitpushup/actions/workflows/crates.yaml)\n[![Typos](https://github.com/waldirborbajr/gitpushup/actions/workflows/typos.yaml/badge.svg)](https://github.com/waldirborbajr/gitpushup/actions/workflows/typos.yaml)\n\n## Overview\n\nA 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.\n\n### `Usage`\n\nTo use GitPushUp, follow these steps:\n\n1. Navigate to the root directory of your Git repository in the terminal.\n\n2. Run the following command:\n\n```bash\ngitpushup\n```\n\nThis command will execute the tool and perform the following operations:\n\n1. Add all files recursively to the Git repository.\n2. Commit all changes with a randomly generated commit message.\n3. Push the changes to the remote repository (origin main branch).\n\n### `Installation`\n\n### Pre-Built Binary\n\nEach release comes with pre-built binaries of several platforms. Grab it from [Github Releases](https://github.com/waldirborbajr/gitpush/releases).\n\n### From source\n\nMake sure you have Rust installed, then:\n\nTo 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](https://www.rust-lang.org/tools/install).\n\nOnce Rust is installed, you can proceed with the following steps:\n\n1. Clone the repository:\n\n```bash\ngit clone https://github.com/waldirborbajr/gitpushup.git\n```\n\n2. Navigate to the project directory:\n\n```bash\ncd gitpushup\n```\n\n3. Build the project using Cargo:\n\n```bash\ncargo build --release\n```\n\n4. Install the binary:\n\n```bash\ncargo install --path .\n```\n\n### `crates.io`\n\nAlso available at  \n\nhttps://crates.io/crates/gitpushup\n\n### `Dependencies`\n\n- `names`: This dependency is used to generate random commit messages. You can find more information about this crate [here](https://crates.io/crates/names).\n- `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.\n- `Colored`: This dependency is used to coloring terminal.\n\n### `Contributing to GitPushUp`\n\nIf you are interested in contributing to GitPush, we would love to have your help! You can start by checking out the [ open issues ](https://github.com/waldirborbajr/gitpushup/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.\n\nTo 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.\n\n### `License`\n\nThis project is released under the MIT License - see the [LICENSE](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwaldirborbajr%2Fgitpushup","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwaldirborbajr%2Fgitpushup","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwaldirborbajr%2Fgitpushup/lists"}