{"id":21431665,"url":"https://github.com/tomdoestech/just-enough-git","last_synced_at":"2025-09-20T02:20:19.025Z","repository":{"id":233695633,"uuid":"614784193","full_name":"TomDoesTech/just-enough-git","owner":"TomDoesTech","description":null,"archived":false,"fork":false,"pushed_at":"2023-03-16T10:34:19.000Z","size":4,"stargazers_count":3,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-07-14T14:05:02.923Z","etag":null,"topics":["git"],"latest_commit_sha":null,"homepage":"https://www.youtube.com/watch?v=wx3ultvbzUY\u0026ab_channel=TomDoesTech","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/TomDoesTech.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":"2023-03-16T10:09:14.000Z","updated_at":"2023-09-29T22:35:16.000Z","dependencies_parsed_at":null,"dependency_job_id":"5930a8e2-663c-4c8b-a6d9-6eaf145dc0ca","html_url":"https://github.com/TomDoesTech/just-enough-git","commit_stats":null,"previous_names":["tomdoestech/just-enough-git"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/TomDoesTech/just-enough-git","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TomDoesTech%2Fjust-enough-git","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TomDoesTech%2Fjust-enough-git/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TomDoesTech%2Fjust-enough-git/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TomDoesTech%2Fjust-enough-git/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TomDoesTech","download_url":"https://codeload.github.com/TomDoesTech/just-enough-git/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TomDoesTech%2Fjust-enough-git/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":276033088,"owners_count":25573477,"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-20T02:00:10.207Z","response_time":63,"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"],"created_at":"2024-11-22T23:11:30.931Z","updated_at":"2025-09-20T02:20:19.016Z","avatar_url":"https://github.com/TomDoesTech.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Just enough Git to be productive\n\n## Who is this for?\n* Those who are yet to land their first job in tech\n* Those who have recently landed their first job in tech\n\n## Notes\n* There are different Git workflows - Trunk, GitFlow, GitHubFlow\n* Git and GitHub are not the same thing - Going to be using\n* Going to use the command line \u0026 the GitHub VsCode extension\n\n## Assumptions\n* You have a [GitHub account](https://github.com/)\n* You have [Git installed](https://git-scm.com/)\n\n## Terms\n* Branch - A version of the codebase\n* Commit - A unit of change\n* Stage \n* Merge - Combining two branches\n* Pull Request - A request to merge a branch into another branch\n\n## What is Git?\n* Git is a version control system\n* Allows you to track changes to your code over time\n* Enables you to collaborate with others on the same codebase\n* You can easily revert to a previous version of your code or experiment with new features without affecting the main codebase\n* Provides a record of all changes made to your code, including who made them and when, which can be useful for auditing and debugging\n\n## Common tasks you need to do with Git\n* How create a new repository?\n* How do I create a new branch?\n* How do I make changes on my branch?\n* How do I push my changes to GitHub?\n* How do I create a pull request?\n* How do I merge my changes into the main branch?\n* How do I check the status of my repository?\n* How do I manage conflicts?\n* How do I remove a file and make sure it's not tracked by Git?\n\n## Commands\n* `git init` - Initialize a new Git repository\n* `git status` - Show the status of the current branch\n* `git add` - Add a file to the staging area\n* `git commit` - Commit the staged files to the current branch\n* `git log` - Show the commit history of the current branch\n* `git status` - Show the status of the current branch\n* `git branch` - List the branches in the current repository\n* `git checkout` - Switch to a different branch\n* `git pull` - Pull the latest changes from the remote repository\n* `git push` - Push the latest changes to the remote repository\n\n## Pro tips\n* Use the GitHub VsCode extension\n* Commit early and commit often\n* Use semantic commit messages\n* Make small pull requests - single feature or bug fix\n* Use the GitHub pull request template\n* Write descriptive pull requests\n* Ask team about conflict resolution strategy - rebase or merge\n* Ask team about commit strategy - squash or merge\n* Ask team about workflow - trunk, gitflow, githubflow\n\n\n* git config --global push.autoSetupRemote true\n## Lear more\n* [Git Immersion](https://gitimmersion.com/)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftomdoestech%2Fjust-enough-git","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftomdoestech%2Fjust-enough-git","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftomdoestech%2Fjust-enough-git/lists"}