Filter
Exclude
Time range
-
Near
🔥 Essential Git Commands for Developers 🚀 Here's a quick cheat sheet for Git commands 🔥 — from basics to advanced! ✅ Basic Commands git init Initialize a new Git repository --------------------------------- git clone <repo_url> Clone existing repository --------------------------------- git status Check current changes --------------------------------- git add <file> Add specific file to staging --------------------------------- git add . Add all files to staging --------------------------------- git commit -m "message" Commit staged changes with a message --------------------------------- git log Show commit history --------------------------------- git branch List all branches --------------------------------- git checkout <branch> Switch branch --------------------------------- git checkout -b <branch> Create and switch to a new branch --------------------------------- 🔄 Remote Repository Commands git remote add origin <url> Link local repo to remote repo --------------------------------- git push origin <branch> Push changes to remote branch --------------------------------- git pull origin <branch> Pull latest changes --------------------------------- git fetch Fetch all branches without merging --------------------------------- git clone <url> Clone repository --------------------------------- 🔥 Branching git branch List branches --------------------------------- git branch <branch-name> Create branch --------------------------------- git checkout <branch-name> Switch branch --------------------------------- git checkout -b <branch> Create & Switch --------------------------------- git merge <branch> Merge branch --------------------------------- git branch -d <branch> Delete branch --------------------------------- 🔁 Undo Changes git reset <file> Unstage file --------------------------------- git checkout -- <file> Discard changes in file --------------------------------- git revert <commit> Revert a commit --------------------------------- git reset --hard Reset everything to last commit --------------------------------- 🔥 Stash (Temporary Save) git stash Save changes temporarily --------------------------------- git stash pop Apply last stash --------------------------------- git stash list Show stash list --------------------------------- git stash drop Delete last stash --------------------------------- ✍️ Tagging git tag <name> Create tag --------------------------------- git tag List tags --------------------------------- git show <tag> Show tag details --------------------------------- git push origin <tag> Push tag to remote --------------------------------- 🔥 Follow for More @pushpendratips Dev Tips & Tricks 🚀 #GitCommands #GitTutorial #GitForBeginners #LearnGit #GitBasics #GitHubTutorial #VersionControl #GitProTips #GitCommandsInHindi #GitCourse #GitBranching #GitMerge #GitReset #GitRevert #GitStash #GitAdvanced #WebDevelopment #CodingTips #DeveloperLife #TechTutorial #FrontendDeveloper #ReactJS #JavaScriptTutorial #LearnCoding #ProgrammingTutorial #SoftwareDevelopment #CodingForBeginners #GitHubCommands #TechEducation #GitMasterClass #GitHindiTutorial #GitIn2025 #VersionControlSystem #GitWorkflow #pushpendratips
29
14
70
2,919
Replying to @rbsantosbr
Saved this Tweet to your Notion database. Tags: [Gitcourse]
Day#52 how to get a repository, viewing the history, filtering the history, formatting the output. #100DaysOfCode #Git #gitcourse #mosh #CodeNewbie
3
12
Day#51 Practice of the previous work #100DaysOfCode #CodeNewbie #git #gitcourse
5
8
Session 3 advance git aug 2020 git workflow — By DevOpsSchool youtu.be/yPYO3s7JuS0 via @YouTube #GitTutorial #GitVideos #GitCourse #GittTraining #GitTrainer #DevOpsSchool

4
5
21 Aug 2019
github ini keren juga. setelah merilis gitbook, jadi kita bisa push tulisan menjadi buku, juga merilis gitcourse jadi bisa bikin pelatihan/kursus, dan materi pegangannya langsung aja jadi buku. *menjura*
6
9
24
@theNeomatrix369 teaching how to become a git pro with the terminal #gitcourse
1
2
@theNeomatrix369 starts the git in depth #gitcourse at @codurance 's Office
1
2