{"id":23188122,"url":"https://github.com/courantluna/githubtutoxheydi","last_synced_at":"2025-04-05T05:43:23.657Z","repository":{"id":223854118,"uuid":"761714246","full_name":"CourantLuna/GitHubTutoxHeydi","owner":"CourantLuna","description":"This repository keep files for example in video tutorial about basics of GitHub","archived":false,"fork":false,"pushed_at":"2024-02-22T13:16:58.000Z","size":9,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-10T13:37:57.137Z","etag":null,"topics":["basics-of-github","github"],"latest_commit_sha":null,"homepage":"https://youtu.be/eqclaAj88sI","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/CourantLuna.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}},"created_at":"2024-02-22T10:55:34.000Z","updated_at":"2024-02-22T13:09:55.000Z","dependencies_parsed_at":"2025-02-10T13:47:03.530Z","dependency_job_id":null,"html_url":"https://github.com/CourantLuna/GitHubTutoxHeydi","commit_stats":null,"previous_names":["courantluna/githubtutoxheydi"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CourantLuna%2FGitHubTutoxHeydi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CourantLuna%2FGitHubTutoxHeydi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CourantLuna%2FGitHubTutoxHeydi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CourantLuna%2FGitHubTutoxHeydi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CourantLuna","download_url":"https://codeload.github.com/CourantLuna/GitHubTutoxHeydi/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247294463,"owners_count":20915338,"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":["basics-of-github","github"],"created_at":"2024-12-18T11:12:58.472Z","updated_at":"2025-04-05T05:43:23.634Z","avatar_url":"https://github.com/CourantLuna.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"### Please to to `master` branch to see the result of this tutorial\n\n\n## Youtube Video\n[![Manejo de Git: init, add, commit, push, fetch \u0026 pull (GitHub)](https://img.youtube.com/vi/eqclaAj88sI/hqdefault.jpg)](https://youtu.be/eqclaAj88sI)\n\n\n# GitHubTutoxHeydi\nThis repository keep files for example in video tutorial about basics of GitHub\n\nWelcome to the git tuorial using Powershell from Windows\n\n## Objetives\n\n- Learn to create and manage repositories with Git.\n- Understand the basic Git Workflow: `add`, `commit`, `push`, `fetch`, `pull`\n\n## Creating a Repository\n\nTo start a new repository, use the command:\n\n```bash\ngit init your_repository_name\n```\n\n#Adding Files\n```bash\ngit add .\n\ngit add filename\n```\n\n## Committing Changes\nSave your changes with:\n\n```bash\ngit commit -m \"My first commit\"\n```\n\n## Connecting with Github\nLink your local repository with a remote one:\n\n```bash\ngit remote add origin \u003cURL_of_the_remote_repository\u003e\n```\n\n## Pushing Changes\nTo push your changes to the remote repository, use:\n\n```bash\ngit push -u origin master\n```\n\n## Updating Your Local Repository\nTo update your local repository with the last changes from the remote:\n\n```bash\n git pull origin master\n```\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcourantluna%2Fgithubtutoxheydi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcourantluna%2Fgithubtutoxheydi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcourantluna%2Fgithubtutoxheydi/lists"}