Skip to content

Instantly share code, notes, and snippets.

View imonish8's full-sized avatar
🥎
I am here !

Monish Nule imonish8

🥎
I am here !
View GitHub Profile

Git Commands to help me remember, exactly when to use it.

{ This is not complete list of Git commands, this are my personal Opinions about specific Commands)

  1. git pull --no-rebase >>> This will redirect to git windowinside VS Code to chose which changes you wanna go ahead with. either the Local Current changes or Remote Changes.

Updating soon...