Create a New GitHub Project
Discover how to create a new GitHub project using a monorepo template tailored for cloud-native web applications. Learn to generate personal access tokens, configure Git with your username and email, authenticate the GitHub API, and push your code to a new repository, enabling streamlined version control and project setup.
We'll cover the following...
GitHub
GitHub is a development platform owned by Microsoft. It provides hosting for your git source code, basic project management, and CI/CD pipeline management.
Alternatives to GitHub
Let’s explore the alternatives to GitHub.
GitLab
GitLab is a popular alternative to GitHub. It’s a web-based DevOps lifecycle tool that provides anything you need to develop, build, test, and deploy your applications. They have a very open culture and we invite you to have a look at their handbook. It is a very interesting read.
Bitbucket
Bitbucket is more than just Git code management. Bitbucket gives teams one place to plan projects, collaborate on ...