8" :class="scrolled && 'is-scrolled'">
NOA
Labs
Tutorials
Courses
Skill Forge
Explore
Labs
Hands-on live sessions
Mentors
Meet the senior engineers
Projects
Real portfolio-ready builds
Talent Directory
Public student profiles
Mock Interview
Practice with real feedback
ATS Resume Checker
Free instant resume scoring
Search docs
Ctrl K
Login
Join Free
Artificial Intelligence
LangChain
LLMs
Machine Learning
Prompt Engineering
RAG (Retrieval-Augmented Generation)
AJAX
GraphQL
Apache Kafka
Microservices
Node.js
RabbitMQ
REST API
WebSockets
Algorithms
Data Structures
Angular
Bootstrap
CSS
HTML
jQuery
Next.js
Nuxt.js
React
Svelte
Tailwind CSS
Vue.js
ASP.NET Core
Django
.NET
Entity Framework Core
FastAPI
Flask
Gin
gRPC
Hibernate
Laravel
NestJS
Spring
Spring Boot
Spring Cloud
Spring Data JPA
Spring MVC
Spring Security
AWS
Azure
CI/CD
Docker
Git
Kubernetes
Linux
Nginx
Terraform
C
C++
C#
Dart
Go
Java
JavaScript
Kotlin
PHP
Python
Ruby
Rust
Swift
TypeScript
Database Design
MongoDB
MySQL
Oracle Database
PostgreSQL
Redis
SQL
System Design
↑↓ navigate
↵ open
esc close
Tutorials
/
Git
Git menu
Git Tutorial
Version control — commits, branches, merges, rebasing and collaborative workflows.
Start the Git tutorial →
What you'll learn
1. Git Introduction
What Git is, installing it, the three areas, and making your first commit.
2. Branching and Merging
Creating branches, fast-forward vs merge commits, and resolving a merge conflict.
3. Rebasing and History
Rebase vs merge, interactive rebase for cleanup, and inspecting history with log and diff.
4. Collaborating with Remotes
Remotes, fetch vs pull, pushing, the pull request workflow, and .gitignore.
5. Git Hooks
Enforcing rules automatically with pre-commit and commit-msg hooks, client-side vs server-side enforcement, and sharing hooks across a team.
6. Advanced Workflows
Git Flow vs trunk-based development, their trade-offs, and feature flags as an alternative to long-lived branches.
7. Git Internals
How blobs, trees, and commits actually work under .git, and what git reset really does to HEAD, the index, and the working directory.
8. Git Interview Questions
Common Git interview questions covering rebasing, merging, and remote collaboration.