Git - Version Control System (VCS)
Git is a version control system for tracking changes in computer files and coordinating work on those files among multiple people.
How to push code on GitHub
GitHub is a platform for hosting code, enabling version control, and fostering collaboration among developers. It allows you to manage projects, track changes, and work with teams from anywhere. This guide will walk you through the steps to push your code to GitHub.
How to add a collaborator to a GitHub repository
Learn how to add a collaborator to a GitHub repository. Collaborators can push code to the repository, create branches, and create pull requests.
Pull Requests
Learn how to create, review, and merge pull requests on GitHub — the backbone of collaborative development.
.gitignore
Learn how to use .gitignore to keep secrets, build artifacts, and IDE files out of your repository.
SSH Keys
Set up SSH key authentication for GitHub so you never have to type your password when pushing or pulling code.