{"id":19856586,"url":"https://github.com/gavinlyonsrepo/gitautorun","last_synced_at":"2026-05-07T00:36:23.805Z","repository":{"id":212121182,"uuid":"730761015","full_name":"gavinlyonsrepo/gitAutoRun","owner":"gavinlyonsrepo","description":"Bash Script to help with automation of commonly used git operations","archived":false,"fork":false,"pushed_at":"2025-02-18T11:19:55.000Z","size":10,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-28T23:46:40.583Z","etag":null,"topics":["automated","automation","bash","bash-script","git","shell-script","shell-scripting"],"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/gavinlyonsrepo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"License.md","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":"2023-12-12T16:04:21.000Z","updated_at":"2025-02-18T11:20:00.000Z","dependencies_parsed_at":"2023-12-16T00:12:52.855Z","dependency_job_id":"f004ca5d-f727-4f36-9a0f-f896f7e6e269","html_url":"https://github.com/gavinlyonsrepo/gitAutoRun","commit_stats":{"total_commits":9,"total_committers":1,"mean_commits":9.0,"dds":0.0,"last_synced_commit":"5e28b45a24b748f259b2bdaff1344590e372fc86"},"previous_names":["gavinlyonsrepo/gitautorun"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/gavinlyonsrepo/gitAutoRun","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gavinlyonsrepo%2FgitAutoRun","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gavinlyonsrepo%2FgitAutoRun/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gavinlyonsrepo%2FgitAutoRun/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gavinlyonsrepo%2FgitAutoRun/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gavinlyonsrepo","download_url":"https://codeload.github.com/gavinlyonsrepo/gitAutoRun/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gavinlyonsrepo%2FgitAutoRun/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271657602,"owners_count":24797935,"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","status":"online","status_checked_at":"2025-08-22T02:00:08.480Z","response_time":65,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["automated","automation","bash","bash-script","git","shell-script","shell-scripting"],"created_at":"2024-11-12T14:16:02.141Z","updated_at":"2026-05-07T00:36:23.773Z","avatar_url":"https://github.com/gavinlyonsrepo.png","language":"Shell","funding_links":["https://www.paypal.com/paypalme/whitelight976"],"categories":[],"sub_categories":[],"readme":"[![Website](https://img.shields.io/badge/Website-Link-blue.svg)](https://gavinlyonsrepo.github.io/)  [![Rss](https://img.shields.io/badge/Subscribe-RSS-yellow.svg)](https://gavinlyonsrepo.github.io//feed.xml)  [![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.com/paypalme/whitelight976)\n\n# gitAutoRun\n\n## Overview\n\n* Name: gitAutoRun\n* Description: Bash Script to help with automation of commonly used  git operations.\n* Version: 0.1.0 Beta\n* License : MIT\n\n## Table of contents\n\n  * [Installation](#installation)\n  * [Usage](#usage)\n  * [Exit codes](#exit-codes)\n\n\n## Installation\n\nDownload from github using curl and zip and then Install locally by makefile on Linux OS. uninstall option also provided. \n\n```sh\ncd ~/Downloads\ncurl -L -O https://github.com/gavinlyonsrepo/gitAutoRun/archive/main.zip \nunzip main.zip  \ncd gitAutoRun-main\nmake install\n```\n\n## Usage\n\nType in terminal\n\n```sh\ngitautorun [options flags] [Commit message] [Branch name]\n```\n| Option flag | Description |\n| --- | ---|\n| -v -- version  | Print version number and exit |\n| -h --help | Print help info and exit |\n| -a --auto | Automatically fill in Commit and branch name |\n| -m --manual  | Take Commit message and branch name from command line arguments  |\n| -c --commit  | Take Commit msg from cmd line arguments  \u0026 Automatically fill in  branch name |\n| -s --select | Take Commit msg from menu selection \u0026 Automatically fill in  branch name |\n\n## Exit codes\n\n| Code | Description |\n| --- | ---|\n| 0 | All went well, no error |\n| 2 | Error Missing Arguments |\n| 3 | Error Commit message missing |\n| 4 | Error Branch name missing |\n| 5 | Error with git add command |\n| 6 | Error with git commit command  |\n| 7 | Error with git push command  |\n| 8 | Error Unknown argument  |\n| 9 | Error  git not installed |\n| 10 | Error  User exited Commit message selection |\n| 11 | Error Current directory is not a Git Repository |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgavinlyonsrepo%2Fgitautorun","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgavinlyonsrepo%2Fgitautorun","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgavinlyonsrepo%2Fgitautorun/lists"}