Useful resources and links
| Resource & Link | Description |
|---|---|
| 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. |
| Presentation Videos | Guidelines and tips for making your project presentation video. |
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.
Guidelines and tips for making your project presentation video.