{"id":22220466,"url":"https://github.com/lcsb-biocore/basic-git-practice","last_synced_at":"2025-07-27T15:33:01.824Z","repository":{"id":45541811,"uuid":"190634106","full_name":"LCSB-BioCore/basic-git-practice","owner":"LCSB-BioCore","description":"Basic git course - Practice repository","archived":false,"fork":false,"pushed_at":"2023-02-21T10:29:35.000Z","size":122,"stargazers_count":2,"open_issues_count":0,"forks_count":50,"subscribers_count":3,"default_branch":"master","last_synced_at":"2023-10-05T02:16:22.968Z","etag":null,"topics":["basic","course","git","jekyll","practice","website"],"latest_commit_sha":null,"homepage":"https://git.io/basic-git-practice","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/LCSB-BioCore.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}},"created_at":"2019-06-06T18:56:53.000Z","updated_at":"2023-10-05T02:16:22.970Z","dependencies_parsed_at":"2022-07-31T14:39:04.022Z","dependency_job_id":null,"html_url":"https://github.com/LCSB-BioCore/basic-git-practice","commit_stats":null,"previous_names":[],"tags_count":8,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LCSB-BioCore%2Fbasic-git-practice","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LCSB-BioCore%2Fbasic-git-practice/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LCSB-BioCore%2Fbasic-git-practice/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LCSB-BioCore%2Fbasic-git-practice/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LCSB-BioCore","download_url":"https://codeload.github.com/LCSB-BioCore/basic-git-practice/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":227817178,"owners_count":17824199,"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":["basic","course","git","jekyll","practice","website"],"created_at":"2024-12-02T23:08:43.829Z","updated_at":"2024-12-02T23:08:44.487Z","avatar_url":"https://github.com/LCSB-BioCore.png","language":null,"readme":"\u003cimg src=\"assets/img/r3-training-logo.png\" height=\"150px\"/\u003e\n\n# Basic git course - Practice repository\n\n## How to get started?\n\n- Fork this repository by clicking on the `Fork` button on the top right of this page.\n- Clone your forked repository to your local computer.\n\n:warning: **Make sure that you have your SSH key and `git` properly configured**.\n\n```bash\n$ git clone git@github.com:\u003cyourName\u003e/basic-git-practice.git\n```\n\n## Create your own branch\n\nThe development scheme is based on a stable `master` branch and a development branch named `develop`.\n\nBefore making changes, create your own branch from `develop`:\n```bash\n$ cd basic-git-practice\n$ git checkout develop # this switches the branch to develop\n$ git checkout -b myBranch # this checks out a new branch called myBranch\n```\n\n## Make your changes\n\nCopy the file `firstnameLastname.md` in the folder `_attendees` and rename it with your first and last names:\n\n```bash\n$ cd _attendees\n$ cp firstnameLastname.md myFirstnameMyLastname.md\n```\n\nThen, make your changes with your favorite editor!\n\n## Commit your changes and push\n\nWhen you are done editing your file, add the file to the stage and commit it:\n```bash\n$ git add myFirstnameMyLastname.md\n$ git commit -m \"Edit the content of the subpage myFirstnameMyLastname\"\n```\n\nOnce you are done committing, you can push your branch to your fork:\n```\n$ git push origin myBranch\n```\n\n## Open a pull-request\n\nIf you now browse to your fork on Github, you can open a pull request and submit it for review.\n\n:warning: Please make sure to select `develop` as the target branch.\n\n:warning: Watch out for comments from the reviewer! If there are things to be changed, simply change locally, commit,\nand then push again. The pull-request will update automatically.\n\nOnce the pull request has been accepted, you will be able to see your page online! :tada:\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flcsb-biocore%2Fbasic-git-practice","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flcsb-biocore%2Fbasic-git-practice","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flcsb-biocore%2Fbasic-git-practice/lists"}