Skip to content

Instantly share code, notes, and snippets.

@MaxCodeXTC
Forked from gwenf/git-commands.md
Created May 28, 2020 16:55
Show Gist options
  • Save MaxCodeXTC/81b0562d3fa969b6c122472711da2d3f to your computer and use it in GitHub Desktop.
Save MaxCodeXTC/81b0562d3fa969b6c122472711da2d3f to your computer and use it in GitHub Desktop.

Revisions

  1. @gwenf gwenf revised this gist Mar 27, 2020. 1 changed file with 6 additions and 5 deletions.
    11 changes: 6 additions & 5 deletions git-commands.md
    Original file line number Diff line number Diff line change
    @@ -1,5 +1,6 @@
    clone
    add
    commit
    push
    pull
    * 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
  2. @gwenf gwenf created this gist Mar 27, 2020.
    5 changes: 5 additions & 0 deletions git-commands.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,5 @@
    clone
    add
    commit
    push
    pull