Skip to content

Instantly share code, notes, and snippets.

@Parassharmaa
Last active May 22, 2018 12:29
Show Gist options
  • Save Parassharmaa/b685a8f328b14d1cd35d440ef7d3465d to your computer and use it in GitHub Desktop.
Save Parassharmaa/b685a8f328b14d1cd35d440ef7d3465d to your computer and use it in GitHub Desktop.
Git Commands
$ git init

$ git status

$ git add 

$ git diff

$ git remote add origin <server>

$ git commit -m"<message>"

$ git push origin master 

$ git branch

$ git checkout <branch_name>

$ git branch -d <branch_name>

$ git merge <branch_name>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment