{"id":22180719,"url":"https://github.com/jftuga/universe","last_synced_at":"2026-02-27T21:01:14.324Z","repository":{"id":50572604,"uuid":"42262288","full_name":"jftuga/universe","owner":"jftuga","description":"A group of my various scripts, see the Manifest (below)","archived":false,"fork":false,"pushed_at":"2025-09-26T12:56:10.000Z","size":61431,"stargazers_count":39,"open_issues_count":1,"forks_count":5,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-09-26T14:44:47.399Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jftuga.png","metadata":{"files":{"readme":"README.md","changelog":"change_dhcp_scope.py","contributing":null,"funding":null,"license":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2015-09-10T18:19:11.000Z","updated_at":"2025-09-26T12:56:14.000Z","dependencies_parsed_at":"2025-09-26T14:44:03.247Z","dependency_job_id":null,"html_url":"https://github.com/jftuga/universe","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/jftuga/universe","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jftuga%2Funiverse","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jftuga%2Funiverse/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jftuga%2Funiverse/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jftuga%2Funiverse/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jftuga","download_url":"https://codeload.github.com/jftuga/universe/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jftuga%2Funiverse/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29913647,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-27T19:37:42.220Z","status":"ssl_error","status_checked_at":"2026-02-27T19:37:41.463Z","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":[],"created_at":"2024-12-02T09:19:26.571Z","updated_at":"2026-02-27T21:01:14.305Z","avatar_url":"https://github.com/jftuga.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Universe\n\n[Universe - Manifest](https://rawgit.com/jftuga/universe/master/gh-manifest.html)\n\n## Add New Files\n\n- cd universe\n- git add * # (or other file mask) (you can also use 'git add --all')\n- git commit -am \"initial commit\" # or for one file: git commit filename -m \"my comment\"\n- git push or to push only one branch: git push origin BranchName\n\n\n## Remove Files\n\n- git rm file.xyz # this also deletes the file from the local file system!\n- git commit -am \"rm\" \n- git push\n\n## Revert The Last Change\n\n- try this first: https://stackoverflow.com/questions/927358/how-do-you-undo-the-last-commit\n- or...\n- git revert HEAD\n- git push\n- see also: https://www.atlassian.com/git/tutorials/undoing-changes/git-revert/\n\n## Delete A Branch\n\n- https://help.github.com/articles/viewing-branches-in-your-repository/\n- click on the Branch Tab\n- On the subsequent click the trash can icon next to the branch you wish to remove\n\n## Review Operations\n\n- git log\n- git log --pretty=oneline\n\n## Tagging\n\n- commit \u0026 push your change\n- git log --pretty=oneline # to find the commit version checksum\n- git tag -a v1.01 111aabb...bb222 -m \"example.py v1.01\"\n- git push origin --tags\n- see also: https://git-scm.com/book/en/v2/Git-Basics-Tagging\n\n## Amend a commit message\n\n- https://stackoverflow.com/questions/179123/edit-an-incorrect-commit-message-in-git\n\n## Overwrite local change with version from repo\n\n- git checkout HEAD^ file/to/change\n- git pull\n- see also: http://stackoverflow.com/a/14319943/452281\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjftuga%2Funiverse","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjftuga%2Funiverse","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjftuga%2Funiverse/lists"}