{"id":28092593,"url":"https://github.com/ssbarik/geecoding-git-starter","last_synced_at":"2025-07-26T22:34:09.564Z","repository":{"id":288634013,"uuid":"968735931","full_name":"SSBarik/geecoding-git-starter","owner":"SSBarik","description":null,"archived":false,"fork":false,"pushed_at":"2025-04-19T05:27:13.000Z","size":21,"stargazers_count":0,"open_issues_count":0,"forks_count":7,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-04T09:31:58.617Z","etag":null,"topics":["git","github","version-control"],"latest_commit_sha":null,"homepage":"https://geecoding-git.netlify.app/","language":"HTML","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/SSBarik.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}},"created_at":"2025-04-18T16:27:32.000Z","updated_at":"2025-04-19T05:27:17.000Z","dependencies_parsed_at":"2025-04-20T12:04:46.979Z","dependency_job_id":null,"html_url":"https://github.com/SSBarik/geecoding-git-starter","commit_stats":null,"previous_names":["ssbarik/geecoding-git-starter"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/SSBarik/geecoding-git-starter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SSBarik%2Fgeecoding-git-starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SSBarik%2Fgeecoding-git-starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SSBarik%2Fgeecoding-git-starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SSBarik%2Fgeecoding-git-starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SSBarik","download_url":"https://codeload.github.com/SSBarik/geecoding-git-starter/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SSBarik%2Fgeecoding-git-starter/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267253077,"owners_count":24060135,"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","status":"online","status_checked_at":"2025-07-26T02:00:08.937Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["git","github","version-control"],"created_at":"2025-05-13T13:21:29.847Z","updated_at":"2025-07-26T22:34:09.543Z","avatar_url":"https://github.com/SSBarik.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GeeCoding Git Starter\n\nKickstart your Git journey with this hands-on exercise tailored for absolute beginners.\n\n- Fork and Clone this repo\n\n- Create a feature branch for your work\n\n- Customize your own profile card file\n\n- Commit, push, and open a pull request\n\n###### By the end, you’ll have executed your first collaborative Git workflow and seen your contribution appear live on the page!\n\n---\n\n## 🛠️ Prerequisites\n\n- **Git** installed locally (`git --version`)\n- A **GitHub** account\n- A code editor (e.g. VS Code) or terminal\n\n---\n\n## 🚀 Quick Start\n\n1. **Fork this repository**\n\n- Fork to create your own copy under your account.\n\n2. **Clone the repo**\n   ```bash\n   git clone https://github.com/ssbarik/geecoding-git-starter.git\n   cd geecoding-git-starter\n   ```\n\n## 🎯 Exercise: Add Your Profile Card\n\nEach student will add a personal profile card in its own file.\n\n1. **Create a new branch** (use your GitHub username as scope)\n\n   ```bash\n   git checkout -b \u003cyour-feature-branch\u003e\n\n   ```\n\n2. **Copy the template** into your own file\n\n   ```bash\n    cp students/template.html students/\u003cyour-username\u003e.html\n\n   ```\n\n3. **Edit** students/`\u003cyour-username\u003e`.html\n\n4. **Commit \u0026 push** your changes\n   ```bash\n   git add students/\u003cyour-username\u003e.html\n   git commit -m \"Add profile card\"\n   git push --set-upstream origin \u003cyour-feature-branch\u003e\n\n   ```\n5. **Open a Pull Request** on GitHub against the `main` branch. Once approved, your card will appear automatically on the page.\n\n## 🔗 Resources\n\n- [20 Essential Git Commands Every Developer Must Master](https://ssbarik.medium.com/20-essential-git-commands-every-developer-must-master-5bcf9c2b00e7)\n\n---\n\n\u003e _Happy coding—and welcome to the world of version control!_\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fssbarik%2Fgeecoding-git-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fssbarik%2Fgeecoding-git-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fssbarik%2Fgeecoding-git-starter/lists"}