Rajat Gajbhiye on LinkedIn: I will never understand GIT it is so confusing 🙃
Git commands I used 99%… | 88 comments
I will never understand GIT it is so confusing 🙃
Git commands I used 99% of the time being a Software Engineer for 2+ years with working flow:
𝟭. 𝗴𝗶𝘁 𝗱𝗶𝗳𝗳: Show file differences not yet staged.
𝟮. 𝗴𝗶𝘁 𝗰𝗼𝗺𝗺𝗶𝘁 -𝗮 -𝗺 "𝗰𝗼𝗺𝗺𝗶𝘁 𝗺𝗲𝘀𝘀𝗮𝗴𝗲": Commit all tracked changes with a message.
𝟯. 𝗴𝗶𝘁 𝘀𝘁𝗮𝘁𝘂𝘀: Show the...