{"id":22767143,"url":"https://github.com/ggpio18/basic-github-commands","last_synced_at":"2025-03-30T10:43:09.251Z","repository":{"id":246899230,"uuid":"824638662","full_name":"ggpio18/Basic-Github-Commands","owner":"ggpio18","description":"Basic commands for github","archived":false,"fork":false,"pushed_at":"2024-07-05T15:38:41.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-05T12:38:53.553Z","etag":null,"topics":["git-commands","git-config","github"],"latest_commit_sha":null,"homepage":"","language":null,"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/ggpio18.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":"2024-07-05T15:12:37.000Z","updated_at":"2024-07-05T15:38:44.000Z","dependencies_parsed_at":"2024-07-05T20:27:36.537Z","dependency_job_id":null,"html_url":"https://github.com/ggpio18/Basic-Github-Commands","commit_stats":null,"previous_names":["ggpio18/basic-github-commands"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ggpio18%2FBasic-Github-Commands","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ggpio18%2FBasic-Github-Commands/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ggpio18%2FBasic-Github-Commands/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ggpio18%2FBasic-Github-Commands/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ggpio18","download_url":"https://codeload.github.com/ggpio18/Basic-Github-Commands/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246307931,"owners_count":20756478,"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":["git-commands","git-config","github"],"created_at":"2024-12-11T13:17:10.272Z","updated_at":"2025-03-30T10:43:09.229Z","avatar_url":"https://github.com/ggpio18.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# GITHUB COMMANDS PIO\n\n## CLONING\n```\ngit clone \u003chttps url\u003e\n```\n\n# SINGINING IN\n```\ngit config --global user.\"EMAIL\"\n```\n\n```\ngit config --global user.name \"username\"\n```\n\n# PUSH\n```\ngit fetch\n```\n\n```\ngit add .\n```\n\n```\ngit commit -m \"first commit\"\n```\n\n```\ngit push -u origin main\n```\n\n# COMMIT IN NEW REPO\n```\ngit init\n```\n- \u003cif meron\u003e git add README.md\n\n```\ngit add .\n```\n\n```\ngit commit -m \"first commit\"\n```\n\n```\ngit branch -M main\n```\n\n```\ngit remote add origin https://github.com/uShire/microsoft2022.git\n```\n\n```\ngit push -u origin main\n```\n\n# MASTER\n\n```\ngit checkout aranza\n```\n\n```\ngit fetch\n```\n\n```\ngit checkout main\n```\n\n```\ngit merge aranza\n```\n\n```\ngit pull\n```\n\n```\ngit add .\n```\n\n```\ngit commi -m \"first commit\"\n```\n\n```\nhit push -u origin master\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fggpio18%2Fbasic-github-commands","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fggpio18%2Fbasic-github-commands","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fggpio18%2Fbasic-github-commands/lists"}