Skip to content

Instantly share code, notes, and snippets.

@vikash9899
Forked from gwenf/git-commands.md
Created June 21, 2021 12:10
Show Gist options
  • Save vikash9899/6e1f30e8a908b93dfce55e9809c279e9 to your computer and use it in GitHub Desktop.
Save vikash9899/6e1f30e8a908b93dfce55e9809c279e9 to your computer and use it in GitHub Desktop.
  • repo -> repository
  • clone -> bring a repo down from the internet (remote repository like Github) to your local machine
  • add -> track your files and changes with Git
  • commit -> save your changes into Git
  • push -> push your changes to your remote repo on Github (or another website)
  • pull -> pull changes down from the remote repo to your local machine
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment