iwantcoding
.com
Tutorials
▾
Web Frontend
HTML
CSS
HTML5
CSS3
JavaScript
TypeScript
Sass
React
Vue
Svelte
Tailwind
Backend
Python
PHP
Node.js
Java
Go
Rust
Ruby
C#
Databases
SQL
MySQL
PostgreSQL
MongoDB
Firebase
GraphQL
Redis
Mobile
React Native
Flutter
Swift
Kotlin
Ionic
Cloud & DevOps
AWS
Docker
Kubernetes
CI/CD
Linux/Bash
AI & Data
NumPy/Pandas
Machine Learning
TensorFlow
PyTorch
LangChain
RAG
Cybersecurity
XSS
SQL Injection
CSRF
OWASP Top 10
Cryptography
Ethical Hacking
Tools
Git
DSA
Design Patterns
RegEx
VS Code
Specialty
Game Dev
WordPress
Web3/Solidity
Three.js
Capstone
Enterprise Architecture
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
TYPESCRIPT
REACT
NODEJS
MONGODB
DOCKER
GIT
TAILWIND
GRAPHQL
LINUX-BASH
AWS
KUBERNETES
VUE
SVELTE
SASS
THREEJS
GO
RUST
JAVA
RUBY
CSHARP
WORDPRESS
POSTGRESQL
MYSQL
REDIS
FIREBASE
REACT-NATIVE
FLUTTER
SWIFT
KOTLIN
IONIC
CICD
NUMPY-PANDAS
ML
TENSORFLOW
PYTORCH
LANGCHAIN
XSS
SQLI
CSRF
OWASP
CRYPTO
DSA
DESIGN-PATTERNS
REGEX
VSCODE
GAMEDEV
WEB3
ENTERPRISE
CAPSTONE
ETHICAL-HACKING
🔥 Daily
👥 Rooms
🏆 Top
Log in
Sign up
AI ✨
Git Tutorial
BOSS QUIZ
10 questions · 5 minutes · pass at 70% to clear the track.
05:00
Start
Q1.
Edit the latest commit with…
from git commit
git fix
git commit --amend
git redo
git commit -e
Q2.
Git is best described as…
from Git Intro
A CI server
A distributed version control system
A backup tool only
A package manager
Q3.
Set upstream the first time with…
from git push
-u origin name
--upstream
--set
--track
Q4.
Initialise a new repo with…
from Git Intro
git start
git init
git create
git new
Q5.
Unstage a file with…
from git add
git unstage
git restore --staged file
git rm
git reset --hard
Q6.
After resolving conflicts in a merge, you…
from git merge
git add (files) && git commit
git merge --done
git fix
git resolve
Q7.
Stage everything in current dir with…
from git add
git add *
git add .
git stage
git stage all
Q8.
List local branches with…
from Branches Overview
git branch
git list
git show
git tree
Q9.
Merge "feature" into current branch with…
from git merge
git merge feature
git pull feature
git combine feature
git rebase feature
Q10.
Commit with an inline message via…
from git commit
git commit -m "msg"
git commit "msg"
git ci msg
git -m commit msg
Submit
Back to Git Tutorial
🏆
Achievement unlocked!