{"id":24788841,"url":"https://github.com/basemax/gpush","last_synced_at":"2025-07-15T04:35:27.910Z","repository":{"id":271890374,"uuid":"914468027","full_name":"BaseMax/gpush","owner":"BaseMax","description":"gpush is a simple, cross-platform Git helper script designed to streamline the process of staging, committing, and pushing changes to a Git repository. It supports Linux, macOS, and Windows (via Bash or Command Prompt), allowing developers to save time with a single command.","archived":false,"fork":false,"pushed_at":"2025-01-10T14:38:55.000Z","size":12,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-04T14:45:09.647Z","etag":null,"topics":["bash","bat","git","git-commit","git-push","github","sh","shell"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/BaseMax.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":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-01-09T16:50:25.000Z","updated_at":"2025-01-10T14:38:58.000Z","dependencies_parsed_at":"2025-01-10T15:35:54.786Z","dependency_job_id":"826817d1-89df-46fd-9fdd-8082e1d0fe7a","html_url":"https://github.com/BaseMax/gpush","commit_stats":null,"previous_names":["basemax/gpush"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/BaseMax/gpush","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BaseMax%2Fgpush","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BaseMax%2Fgpush/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BaseMax%2Fgpush/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BaseMax%2Fgpush/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BaseMax","download_url":"https://codeload.github.com/BaseMax/gpush/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BaseMax%2Fgpush/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265402833,"owners_count":23759237,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["bash","bat","git","git-commit","git-push","github","sh","shell"],"created_at":"2025-01-29T17:15:12.962Z","updated_at":"2025-07-15T04:35:27.884Z","avatar_url":"https://github.com/BaseMax.png","language":"Shell","readme":"# gpush\n\nA cross-platform Git helper script to streamline adding, committing, and pushing changes. Works on Linux, macOS, and Windows (via WSL or Git Bash).\n\n\u003e gpush is a simple, cross-platform Git helper script designed to streamline the process of staging, committing, and pushing changes to a Git repository. It supports Linux, macOS, and Windows (via Bash or Command Prompt), allowing developers to save time with a single command.\n\n## Features\n\n- Simplifies the `git add`, `git commit`, and `git push` process.\n- Allows specifying a custom commit message.\n- Defaults to \"Update\" if no message is provided.\n\n## Requirements\n\n- Git must be installed on your system.\n- For Windows users:\n  - Use Git Bash or WSL for best compatibility if you want to use `gpush.sh`.\n  - Use `gpush.bat` script for Windows\n\n## Installation\n\n1. Clone the repository:\n\n   ```bash\n   git clone https://github.com/BaseMax/gpush.git\n   cd gpush\n   ```\n\n2. Make the script executable:\n  \n    ```bash\n    chmod +x gpush.sh\n    ```\n\n3. Add the script to your PATH for global usage:\n\nLinux/MacOS: Add the following line to your `.bashrc` or `.zshrc`:\n\n```bash\nalias gpush='/path/to/gpush.sh'\n```\n\n**Windows (Git Bash): Add an alias to your `.bash_profile`:**\n\n```bash\nalias gpush='/path/to/gpush.sh'\n```\n\n**Reload your terminal or run:**\n\n```bash\nsource ~/.bashrc  # Or ~/.zshrc for Zsh users\n```\n\n## Usage\n\n**Run the script with a custom commit message:**\n\n```bash\ngpush \"Your custom commit message\"\n```\n\n**Run the script without a message to use the default:**\n\n```bash\ngpush\n```\n\n**View help information:**\n\n```bash\ngpush -h\n```\n\n### License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n© 2052 Max Base\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbasemax%2Fgpush","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbasemax%2Fgpush","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbasemax%2Fgpush/lists"}