{"id":22070889,"url":"https://github.com/ivanclay/git_github_devops_pro","last_synced_at":"2026-02-16T13:32:42.050Z","repository":{"id":233821517,"uuid":"787863798","full_name":"ivanclay/git_github_devops_pro","owner":"ivanclay","description":null,"archived":false,"fork":false,"pushed_at":"2024-09-28T12:23:47.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-09T16:49:20.918Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"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/ivanclay.png","metadata":{"files":{"readme":"README.md","changelog":null,"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":"2024-04-17T10:24:28.000Z","updated_at":"2024-09-28T12:23:50.000Z","dependencies_parsed_at":"2024-04-17T12:05:28.100Z","dependency_job_id":"21280d13-5924-465d-af42-b33692ac487c","html_url":"https://github.com/ivanclay/git_github_devops_pro","commit_stats":null,"previous_names":["ivanclay/git_github_devops_pro"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ivanclay/git_github_devops_pro","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ivanclay%2Fgit_github_devops_pro","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ivanclay%2Fgit_github_devops_pro/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ivanclay%2Fgit_github_devops_pro/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ivanclay%2Fgit_github_devops_pro/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ivanclay","download_url":"https://codeload.github.com/ivanclay/git_github_devops_pro/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ivanclay%2Fgit_github_devops_pro/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29509123,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-16T09:05:14.864Z","status":"ssl_error","status_checked_at":"2026-02-16T08:55:59.364Z","response_time":115,"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-11-30T20:19:32.312Z","updated_at":"2026-02-16T13:32:42.016Z","avatar_url":"https://github.com/ivanclay.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"﻿# Devops Pro [Git|Github]\r\n\r\n## Configuring\r\n- git init\r\n- git config --global user.name `your name/user`\r\n- git config --global user.email `you email`\r\n\r\n## Checking Configuration\r\n- git config --list\r\n\r\n## CLI Create new branch\r\n- git checkout -b `some_branch_name`\r\n\r\n## CLI Verify branch list\r\n- git branch\r\n\r\n## CLI change work branch\r\n- git checkout `your_work_branch`\r\n\r\n## CLI Checking changed files\r\n- git status\r\n\r\n## CLI add to stage\r\n- git add `.`\r\n\r\n## CLI Show commit History\r\n- git log\r\n\r\n## CLI last commit Add TAG\r\n- git tag -a `YOUR_TAG` -m `YOUR_MESSAGE`\r\n\r\n## CLI some commit Add TAG\r\n- git tag -a `YOUR_TAG` -m `YOUR_MESSAGE` `COMMIT HASH`\r\n\r\n## CLI remove TAG\r\n- git tag -d `YOUR_TAG`\r\n\r\n## CLI merge\r\n- \r\n\r\n## CLI rebase\r\n- \r\n\r\n## CLI cherry pick\r\n- \r\n\r\n## CLI send to remote repo\r\n- git push -u origin `YOUR_BRANCH`\r\n\r\n## CLI send new local branch to remote repo\r\n- git push --set-upstream origin `YOUR_NEW_LOCAL_BRANCH`\r\n\r\n## CLI tracking commits\r\n- git log\r\n\r\n## CLI tracking commits on file\r\n- git log `YOUR_ESPECIFIC_FILE`\r\n\r\n## CLI briefly tracking commits\r\n- git log `--oneline`\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fivanclay%2Fgit_github_devops_pro","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fivanclay%2Fgit_github_devops_pro","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fivanclay%2Fgit_github_devops_pro/lists"}