{"id":19310003,"url":"https://github.com/cedadev/ceda-notebooks","last_synced_at":"2025-04-22T13:33:47.896Z","repository":{"id":40268394,"uuid":"265278629","full_name":"cedadev/ceda-notebooks","owner":"cedadev","description":"Jupyter Notebooks demonstrating CEDA data and tools","archived":false,"fork":false,"pushed_at":"2025-01-28T17:56:13.000Z","size":7747,"stargazers_count":6,"open_issues_count":12,"forks_count":14,"subscribers_count":10,"default_branch":"master","last_synced_at":"2025-04-02T00:24:09.656Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Jupyter Notebook","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cedadev.png","metadata":{"files":{"readme":"README-github-instructions.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":"2020-05-19T14:59:02.000Z","updated_at":"2025-01-28T17:56:17.000Z","dependencies_parsed_at":"2024-11-10T00:34:27.797Z","dependency_job_id":null,"html_url":"https://github.com/cedadev/ceda-notebooks","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/cedadev%2Fceda-notebooks","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cedadev%2Fceda-notebooks/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cedadev%2Fceda-notebooks/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cedadev%2Fceda-notebooks/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cedadev","download_url":"https://codeload.github.com/cedadev/ceda-notebooks/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250249047,"owners_count":21399385,"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-10T00:22:12.970Z","updated_at":"2025-04-22T13:33:47.192Z","avatar_url":"https://github.com/cedadev.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Workflow for staff contributing to this repository\n\nHere are some basic instructions for creating your own fork of the \nmain \"ceda-notebooks\" repository. It provides useful pointers on \ncommitting changes, pushing them to your own repository (on GitHub)\nand tracking the master (\"upstream\") repository, based at:\n\nhttps://github.com/cedadev/ceda-notebooks\n\n## Creating a fork \n\nForks are listed here:\n\nhttps://github.com/cedadev/ceda-notebooks/network/members\n\nTo create a fork, go to the GitHub site and click \"Fork\".\nThis will result in a fork existing under:\n\nhttps://github.com/USERNAME/ceda-notebooks/network/members\n\nWhere `USERNAME` is your GitHub user ID.\n\n## Cloning a copy of the fork to your local machine\n\nTo get a copy of your fork on a local (or JASMIN) machine, do:\n\n```\ngit clone https://USERNAME@github.com/USERNAME/ceda-notebooks\n```\n\n## Link the clone of your forked repo to the \"upstream\" cedadev repo\n\nSet the \"upstream\" repository on your local git repo (to use the \n\"cedadev\" repo) - so that you can keep your local version updated \nwith the centralised master copy:\n\n```\ngit remote add upstream https://github.com/cedadev/ceda-notebooks\n```\n\n## Pull changes from the \"upstream\" cedadev repo\n\nPull any remote changes from the \"cedadev\" version to your local git repo:\n\n```\ngit fetch upstream\ngit merge upstream/master\n```\n\n## Making changes\n\nTry making a change. The workflow for git and github is:\n\n - make change(s)\n - add file(s) to git\n - commit the change(s)\n - push to github\n\nE.g.:\n\n```\necho \"hello\" \u003e \"hello.txt\"\n```\n\nAdd and commit to local repo:\n\n```\ngit add hello.txt\ngit commit -m 'Added: hello.txt'\n```\n\nPush to GitHub fork:\n\n```\ngit push\n```\n\n## Create a Pull Request to ask for your change to be merged to the \"upstream\" repo\n\nCreate a Pull Request (PR) on your own GitHub repo, and assign another \nperson to review before they accept the changes to the \"cedadev\" repo.\n\nThat person will get an e-mail, read the PR, and accept it if they like it.\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcedadev%2Fceda-notebooks","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcedadev%2Fceda-notebooks","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcedadev%2Fceda-notebooks/lists"}