-
-
Save MaxCodeXTC/81b0562d3fa969b6c122472711da2d3f to your computer and use it in GitHub Desktop.
Revisions
-
gwenf revised this gist
Mar 27, 2020 . 1 changed file with 6 additions and 5 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,5 +1,6 @@ * 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 -
gwenf created this gist
Mar 27, 2020 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,5 @@ clone add commit push pull