• ujjwalscript Profile Picture

    Ujjwal Chadha @ujjwalscript

    3 years ago

    99% of the programmers only know the basic git commands (push, pull and commit) These 10 git commands will save you hours of research time when you're stuck:

    331 2K 10K 0 8K
  • ujjwalscript Profile Picture

    Ujjwal Chadha @ujjwalscript

    3 years ago

    Pull from remote overwriting local changes. i) git stash (revert and stash changes locally) ii) git pull (pull from remote normally) tip: to retrieve changes, do 'git stash apply'

    6 11 183 0 23
  • sumitsaurabh927 Profile Picture

    Sumit Saurabh | Javascript | React @sumitsaurabh927

    3 years ago

    @ujjwalscript A lot of these commands are totally new to me. So needless to say, lots to learn. I specially like commands that combine multiple flags in one command like git commit -am 'message' An excellent read this was. Thanks for sharing bhaiya!

    0 1 3 0 0
  • Adarsh____gupta Profile Picture

    Adarsh Gupta ✨ @Adarsh____gupta

    3 years ago

    @ujjwalscript Thanks for sharing these git commands. Having a good understanding of git really helps

    0 1 2 0 0
  • ChrisStaud Profile Picture

    Chris Staudinger @ChrisStaud

    3 years ago

    @ujjwalscript These commands are so useful 💯 This will surely help many devs! 😊

    0 1 1 0 0
  • Div_pradeep Profile Picture

    Pradeep Pandey @Div_pradeep

    3 years ago

    @ujjwalscript Great thread! Knowing these commands are must for every developer😊🙌

    0 1 1 0 0
  • SocialWithAI Profile Picture

    Vipin @SocialWithAI

    3 years ago

    @ujjwalscript Very useful thread ujjwal bheya 😊

    0 0 1 0 0
  • ajaysharma_here Profile Picture

    Ajay Sharma @ajaysharma_here

    3 years ago

    @ujjwalscript Useful Resources 🔥

    0 0 0 0 0
  • panditdhamdhere Profile Picture

    Pandit | Ξ🦇🔊 @panditdhamdhere

    3 years ago

    @ujjwalscript Great thread Thanks for sharing this Ujjwal. Git is most powerful tool we're using as a developer.

    0 0 0 0 0
  • PriteshKiri Profile Picture

    Pritesh Kiri @PriteshKiri

    3 years ago

    @ujjwalscript Super useful share ujjwal!

    0 0 0 0 0
  • shubhamaaghade1 Profile Picture

    Shubham_Aaghade @shubhamaaghade1

    3 years ago

    @ujjwalscript @readwise Save thread.

    1 1 8 0 0
  • akjsal Profile Picture

    salmantech @akjsal

    3 years ago

    @ujjwalscript These are awesome commands @ujjwalscript. I would like to add few more in this loop. 1. To modify the most recent commit message -> git commit --amend 2. To add more changes in last commit (before push) without changing the commit message -> git commit --amend --no-edit

    1 1 7 0 0
  • _alortega Profile Picture

    Ale @_alortega

    3 years ago

    @ujjwalscript Ohh and: git rebase -i Learning how to keep your commit history clean is the best way to learn GIT :). Besides I think the most useful commands to save time (in writing) are git aliases. And please, let's not forget about: git push --force-with-lease

    1 1 6 0 0
  • dominicjohnmar1 Profile Picture

    Dom @dominicjohnmar1

    3 years ago

    @ujjwalscript @SaveToBookmarks #listing

    1 2 2 0 0
  • tanyajackdaw Profile Picture

    Tatiana.ьіть @tanyajackdaw

    3 years ago

    @ujjwalscript Ohmygod major thanks to you, git is one thing I always struggle with, you have sorted my problems

    0 1 3 0 0
  • Iampatelajeet Profile Picture

    Ajeet Patel @Iampatelajeet

    3 years ago

    @ujjwalscript Honestly I've been only using, pull, add, commit and push most frequently. These are quite helpful. 🚀 Your threads always teach something new. ❤️

    0 1 2 0 0
  • ThibaultCharri1 Profile Picture

    Thibault Charriere @ThibaultCharri1

    3 years ago

    @ujjwalscript Git bisect is great one for finding in which commit a bug happened

    0 1 2 0 0
  • TobyMole Profile Picture

    Toby @TobyMole

    3 years ago

    @ujjwalscript Switch to an existing branch: git switch branch-name Switch with -c to create a new branch: git switch -c branch-name Switch to the previous branch with dash, just like with cd: git switch -

    0 1 2 0 0
  • malikanshhh Profile Picture

    ansh @malikanshhh

    3 years ago

    @ujjwalscript Add git reflog to the list as well. Comes in handy when you want to reset a reset.

    0 1 2 0 0
  • vikasrajputin Profile Picture

    Vikas Rajput @vikasrajputin

    3 years ago

    @ujjwalscript Best and useful git commands, this will surely useful for Developers!!

    0 1 2 0 0
  • likesugarhoney Profile Picture

    bruno @likesugarhoney

    3 years ago

    @ujjwalscript @readwise save thread

    1 1 2 0 1
  • AjonyePaul Profile Picture

    /usr/paul @AjonyePaul

    3 years ago

    @ujjwalscript I don't even know anyone, vs code handles all my git operations

    1 1 2 0 0
  • java_experts Profile Picture

    Lovepreet S (Java Experts) ☁️ @java_experts

    3 years ago

    @ujjwalscript These surely a very useful commands, Great share Ujjwal as always ++ git reset --soft HEAD^n This command retain the changes and now if you do git status will show the changes as staged But if you want to get rid of changes as well, you have to do git reset --hard HEAD^n

    0 1 1 0 0
  • Im_pritam18 Profile Picture

    Pritam Chauhan @Im_pritam18

    3 years ago

    @ujjwalscript @SaveToBookmarks

    1 1 1 0 0
  • SureYeaah Profile Picture

    Shaurya the cowardly dog @SureYeaah

    3 years ago

    @ujjwalscript Replace this thread with one word - lazygit

    SureYeaah Profile Picture

    Shaurya the cowardly dog @SureYeaah

    3 years ago

    @ujjwalscript Replace this thread with one word - lazygit

    0 0 4 0 0

    0 0 2 0 0
  • adityak03064110 Profile Picture

    ADITYA GAUTAM @adityak03064110

    3 years ago

    @ujjwalscript @readwise save

    2 0 2 0 0
  • jarydesign Profile Picture

    Jary - Website Design @jarydesign

    3 years ago

    @ujjwalscript Git is a tool that if you master, all of your areas as a developer are improved.

    0 0 1 0 0
  • Download Image
    • Privacy
    • Term and Conditions
    • About
    • Contact Us
    • TwStalker is not affiliated with X™. All Rights Reserved. 2024 www.instalker.org

    twitter web viewer x profile viewer bayigram.com instagram takipçi satın al instagram takipçi hilesi twitter takipçi satın al tiktok takipçi satın al tiktok beğeni satın al tiktok izlenme satın al beğeni satın al instagram beğeni satın al youtube abone satın al youtube izlenme satın al sosyalgram takipçi satın al instagram ücretsiz takipçi twitter takipçi satın al tiktok takipçi satın al tiktok beğeni satın al tiktok izlenme satın al beğeni satın al instagram beğeni satın al youtube abone satın al youtube izlenme satın al metin2 metin2 wiki metin2 ep metin2 dragon coins metin2 forum metin2 board popigram instagram takipçi satın al takipçi hilesi twitter takipçi satın al tiktok takipçi satın al tiktok beğeni satın al tiktok izlenme satın al beğeni satın al instagram beğeni satın al youtube abone satın al youtube izlenme satın al buyfans buy instagram followers buy instagram likes buy instagram views buy tiktok followers buy tiktok likes buy tiktok views buy twitter followers buy telegram members Buy Youtube Subscribers Buy Youtube Views Buy Youtube Likes forstalk postegro web postegro x profile viewer