{"id":16994766,"url":"https://github.com/znerol/git-gau","last_synced_at":"2025-04-12T05:26:02.438Z","repository":{"id":53767574,"uuid":"157726540","full_name":"znerol/git-gau","owner":"znerol","description":"GAU - Git automation utilities","archived":false,"fork":false,"pushed_at":"2024-09-18T19:37:09.000Z","size":74,"stargazers_count":7,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-26T00:51:16.992Z","etag":null,"topics":["continous-deployment","continuous-delivery","continuous-integration","git"],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/znerol.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-11-15T14:44:26.000Z","updated_at":"2024-09-18T19:36:38.000Z","dependencies_parsed_at":"2022-09-14T09:21:35.329Z","dependency_job_id":null,"html_url":"https://github.com/znerol/git-gau","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/znerol%2Fgit-gau","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/znerol%2Fgit-gau/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/znerol%2Fgit-gau/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/znerol%2Fgit-gau/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/znerol","download_url":"https://codeload.github.com/znerol/git-gau/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248521179,"owners_count":21118017,"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":["continous-deployment","continuous-delivery","continuous-integration","git"],"created_at":"2024-10-14T03:46:28.380Z","updated_at":"2025-04-12T05:26:02.400Z","avatar_url":"https://github.com/znerol.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GAU - Git automation utilities\n\nA collection of custom git commands which make it easier to create bots which\ncommit and push changes automatically.\n\n## INSTALL\n\nNavigate to the releases page and pick the latest `git-gau-dist.tar.gz`\ntarball. Copy it to the target machine and unpack it there.\n\n    $ scp dist/git-gau-dist.tar.gz me@example.com:~\n    $ ssh me@example.com sudo tar -C /usr/local -xzf ~:git-gau-dist.tar.gz\n\n## BUILD\n\n*Preferred method*: Build a distribution tarball, copy it to the target machine\nand unpack it there.\n    \n    $ make dist\n    $ scp dist/git-gau-dist.tar.gz me@example.com:~\n    $ ssh me@example.com sudo tar -C /usr/local -xzf ~:git-gau-dist.tar.gz\n\n*Alternative method*: Check out this repository on the traget machine and\ninstall it directly. The destination directory can be changed with the `prefix`\nvariable in order to change the installation prefix to something else than\n`/usr/local`.\n\n    $ make all\n    $ sudo make prefix=/opt/local install\n\n[Pandoc](https://pandoc.org) is necessary in order to build the man pages. This\nstep can be skipped by using the `install-bin` target.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fznerol%2Fgit-gau","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fznerol%2Fgit-gau","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fznerol%2Fgit-gau/lists"}