#git
Explore materials tagged "git" from expert practitioners. Up-to-date articles and useful tips to help you grow.
Articles with tag "#git"
All materials on the topic git
Public vs Private Repositories on GitHub βοΈ
Choosing between Public and Private? Let's break down the differences and when to use each!
Git Clone: Complete Guide π¦
git clone is the command for copying (cloning) a remote repository to your computer.
GitHub Desktop: Installation and First Steps π₯οΈ
GitHub Desktop is a graphical client for working with Git. Instead of terminal commands, you work through a convenient interface...
Switching Between Repositories in GitHub Desktop π
Working on multiple projects? Here's how to quickly switch between repositories in GitHub Desktop.
Syncing a fork with the upstream repository π
When you fork a project, your copy is frozen at the moment of forking. The original project keeps moving β...
GitHub Fork: Contributing to Someone Else's Project π΄
A fork is your personal copy of someone else's repository on GitHub. It's the key tool in open source development...
GitHub Desktop: Interface for Beginners π¨
Opened GitHub Desktop for the first time and not sure where to start? Let's walk through the interface section by...
.gitignore Guide
.gitignore is a file that tells Git which files NOT to track.
GitHub Desktop on Linux: Installation and Specifics π§
GitHub doesn't officially support a Linux version of GitHub Desktop, but the community has created an excellent port! Let's walk...
Feature Branch Workflow: How Team Projects Work π
Feature Branch Workflow is a team development approach where every task is done in a separate branch. It's the most...
Cloning a Repository in GitHub Desktop π₯
Want to copy someone else's (or your own) repository from GitHub? Here's how to do it through GitHub Desktop!
How to Do Code Review: A Team Guide π
Code review is the process of checking another developer's changes before they land in the main branch. One of the...
Similar tags
Study related topics
Looking for more on the topic?
Study all our materials or subscribe to updates