{"id":19977924,"url":"https://github.com/devbyray/git-demo-project","last_synced_at":"2025-03-01T19:15:14.297Z","repository":{"id":75899493,"uuid":"112109902","full_name":"devbyray/git-demo-project","owner":"devbyray","description":"This is the demo project for the Git 101 series by Mr Frontend","archived":false,"fork":false,"pushed_at":"2017-12-17T20:06:42.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-12T10:11:48.298Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"CSS","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/devbyray.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":"2017-11-26T19:21:26.000Z","updated_at":"2017-11-26T19:57:16.000Z","dependencies_parsed_at":null,"dependency_job_id":"5c0b6437-2bba-41e4-9d73-529dc2b3473f","html_url":"https://github.com/devbyray/git-demo-project","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devbyray%2Fgit-demo-project","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devbyray%2Fgit-demo-project/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devbyray%2Fgit-demo-project/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devbyray%2Fgit-demo-project/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devbyray","download_url":"https://codeload.github.com/devbyray/git-demo-project/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241411542,"owners_count":19958753,"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":[],"created_at":"2024-11-13T03:29:47.874Z","updated_at":"2025-03-01T19:15:14.272Z","avatar_url":"https://github.com/devbyray.png","language":"CSS","readme":"# git-demo-project\nThis is the demo project for the Git 101 series by Mr Frontend\n\nGit 101, the practical guide! - STEP 1\n\n- Install Git\n- Create a project or initialise a other project\n- Create a remote git repo (github, bitbucket etc)\n- Setup username \u0026 password\n\n\n# Git 101, the practical guide! - STEP 3: Branches\n\nWhat is a branch?\n\nA branch is a separate workspace, it’s like a bucket where you can fiddle around without screwing the production application.\n\nYou create branches when you are gonna make new functionality or features for your application.\n\nSo let’s get started with branches!\n\nCheck your branches\n\ngit branch\n\nUpdate your local branches\n\ngit fetch origin\n\nCreate branch\n\ngit checkout -b branch_name\n\nPush to a branch\n\ngit push origin branch_name\n\nPull changes from a branch\n\ngit pull origin branch_name\n\nSwitch branch\n\ngit checkout branch_name\n\nDelete local branch\n\ngit branch -d branch_name\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevbyray%2Fgit-demo-project","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevbyray%2Fgit-demo-project","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevbyray%2Fgit-demo-project/lists"}