#git
Study materials by tag "git" from expert practitioners. Current articles and useful tips for development.
Articles with tag "#git"
All materials on the topic git
Your First Git Commit
Git will create a hidden .git folder — everything is stored there.
Git Hosting Platforms
GitHub, GitLab, Bitbucket — key differences and recommendations.
What Is a Git Commit and Why Do You Need It? 📸
A commit is a saved snapshot of your project at a specific point in time — like a save point...
Why Git won over every other version control system 🏆
Today Git is the de facto standard for version control in software development. But it wasn't always this way. Let's...
Pull Requests: the complete guide 🔀
A Pull Request (PR) is a formal proposal to merge changes from one branch into another. It is the cornerstone...
Signing up for GitHub: a step-by-step guide 📝
GitHub is the largest platform for hosting Git repositories and collaborative development. Millions of open-source projects and developer portfolios live...
Migrating from Bitbucket to GitHub
Also update: README links, CI/CD secrets, webhooks, documentation.
Setting Up Two-Factor Authentication on GitHub 🔒
2FA (Two-Factor Authentication) adds an extra layer of protection to your account.
How Git stores data 💾
Have you ever wondered how Git works so fast? How it stores the entire project history while taking up so...
Common Git Mistakes Beginners Make
7 mistakes that most often break your workflow.
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.
Similar tags
Study related topics
Looking for more on the topic?
Study all our materials or subscribe to updates