{"id":19164067,"url":"https://github.com/pyladiesams/github-nov2019","last_synced_at":"2025-09-06T01:49:48.373Z","repository":{"id":101737470,"uuid":"219600527","full_name":"pyladiesams/github-nov2019","owner":"pyladiesams","description":"An introduction to Git, GitHub and Python virtual environments","archived":false,"fork":false,"pushed_at":"2020-06-25T09:59:34.000Z","size":1913,"stargazers_count":3,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-14T19:35:11.329Z","etag":null,"topics":["commit","git","github","python","ssh-key","venv","workshop"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pyladiesams.png","metadata":{"files":{"readme":"README.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":"2019-11-04T21:31:09.000Z","updated_at":"2023-10-03T16:20:56.000Z","dependencies_parsed_at":"2023-03-11T07:15:58.952Z","dependency_job_id":null,"html_url":"https://github.com/pyladiesams/github-nov2019","commit_stats":null,"previous_names":["pyladiesams/github-nov2019","pyladiesams/github-beginner-nov2019"],"tags_count":0,"template":false,"template_full_name":"pyladiesams/workshoptopic-mmmYYYY","purl":"pkg:github/pyladiesams/github-nov2019","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pyladiesams%2Fgithub-nov2019","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pyladiesams%2Fgithub-nov2019/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pyladiesams%2Fgithub-nov2019/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pyladiesams%2Fgithub-nov2019/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pyladiesams","download_url":"https://codeload.github.com/pyladiesams/github-nov2019/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pyladiesams%2Fgithub-nov2019/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273847183,"owners_count":25178641,"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-09-05T02:00:09.113Z","response_time":402,"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":["commit","git","github","python","ssh-key","venv","workshop"],"created_at":"2024-11-09T09:17:48.206Z","updated_at":"2025-09-06T01:49:48.331Z","avatar_url":"https://github.com/pyladiesams.png","language":null,"readme":"\n# An introduction to Git, GitHub and Python virtual environments\n### Level: Beginner\n### Presentation: git_presentation.key (https://github.com/pyladiesams/GitHub-beginner-nov2019/blob/master/git_presentation.key)\n \n## Project description\nIn current workshop we will learn:\n* how to use a git-flow (using CLI) and github-flow.\n\n## Setup:\n\n### Terminal.\nYou will need to work with terminal. \n* Windows: Open it from the command line (cmd) or in Windows Run (WIN +R) type: `wt`\n* Mac: Access it from Applications -\u003e Utilities -\u003e Terminal.\n* Linux (Ubuntu): Press Ctr+Alt+T\n\n### Set up a Python 3.\nIf you already have it, you don't have to update it.\nTo install Python you need to download an installer:\n* Windows(https://www.python.org/downloads/windows/)\n* Linux, Mac already has to have Python3, if you're not sure, type in command line\n`python --version` or `python3 --version`\nand version will be in a first line. If you don't have proper version of python:\n* Mac (you have to have [brew](https://brew.sh)): ``` brew install python3```\n* Linux (Ubuntu): ```sudo apt-get update\nsudo apt-get install python3.7```\n\n### Install git.\n* [Windows](https://gitforwindows.org)\n* [Mac](https://git-scm.com/download/mac)\n* Linux (Ubuntu) ```sudo apt update sudo apt-get install git```\n\nCheck you installed it properly with ```git --version```\n\n### Create a workspace\nIt's handy to have a folder where all GitHub repos will be like `workspace`. You can do it if you go to a place where you want it, and create it with\n`mkdir workspace`\n`cd workspace` commands.\n\n### GitHub account.\n* Go to https://github.com and register.\n\n## Set up user.\n* Change the config with username and password:\n`git config --global user.name \"Your name\"`\n`git config --global user.email \"email@email.com\"`\n* You can check changes with `git config --list`\n\n## Requirements\n* Python 3\n\n## Usage\n* Clone the repository\n* Go to `/workshop` and start with README.md\n\n## Credits\nThis workshop was set up by @pyladiesams and @tomasmor42\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpyladiesams%2Fgithub-nov2019","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpyladiesams%2Fgithub-nov2019","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpyladiesams%2Fgithub-nov2019/lists"}