Useful resources and links
Resource & Link | Description |
---|---|
Gitpod - Code Institute full template | Full workspace template for GitPod. Provides extensions and tools for CI students. |
GitHub 'Projects' | Projects are an issue management feature on GitHub which will help you organize Issues, Pull Requests, and notes into a Kanban-style board for better visualization and prioritization of work. |
The Git Story | The story of Git. Get to know git commands! |
Git Team workflow | Using Git in a team cheatsheet. |
Forking | Git & GitHub Tutorial for Beginners - Forking & Contributing: how to fork a repository to your own GitHub account. |
Branches | Git & GitHub Tutorial for Beginners - Branches: introduction to branching and creating new branches to test out new features on. |
Syncing | Syncing Your GitHub Fork: what that means and how to do that video-tutorial. |
Dealing with merge refusal error | The solution to 'refusing to merge unrelated histories' error. |
Merge unrelated histories | Check out this video if git won't let you push due to the remote containing work that your local repository doesn't have, despite the fact that the remote repository is a new Git Hub repository and should have no history of its own. |
Collaborate Issues/Pull Requests | GitHub docs: Collaborating with issues and pull requests. Use the GitHub flow to track and discuss changes in issues, then propose and review changes in pull requests. |
GitHub Starter Course | The goal of this course is to give a brief introduction to GitHub. It will also provide you with materials for further learning and a few ideas to get you started on our platform. |
Codeanywhere - Code Institute full template | Full workspace template for Codeanywhere. Provides extensions and tools for CI students. |
Full workspace template for GitPod. Provides extensions and tools for CI students.
Projects are an issue management feature on GitHub which will help you organize Issues, Pull Requests, and notes into a Kanban-style board for better visualization and prioritization of work.
The story of Git. Get to know git commands!
Using Git in a team cheatsheet.
Git & GitHub Tutorial for Beginners - Forking & Contributing: how to fork a repository to your own GitHub account.
Git & GitHub Tutorial for Beginners - Branches: introduction to branching and creating new branches to test out new features on.
Syncing Your GitHub Fork: what that means and how to do that video-tutorial.
The solution to 'refusing to merge unrelated histories' error.
Check out this video if git won't let you push due to the remote containing work that your local repository doesn't have, despite the fact that the remote repository is a new Git Hub repository and should have no history of its own.
GitHub docs: Collaborating with issues and pull requests. Use the GitHub flow to track and discuss changes in issues, then propose and review changes in pull requests.
The goal of this course is to give a brief introduction to GitHub. It will also provide you with materials for further learning and a few ideas to get you started on our platform.
Full workspace template for Codeanywhere. Provides extensions and tools for CI students.