Skip to content

Instantly share code, notes, and snippets.

@korzio
Created January 15, 2019 21:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save korzio/e3a5c64eaec4ed81eaae1507bd060429 to your computer and use it in GitHub Desktop.
Save korzio/e3a5c64eaec4ed81eaae1507bd060429 to your computer and use it in GitHub Desktop.
medium-basic-git-save
git init # initialise Git repository
git add . # add new files
git commit -m "Initial Commit" # save the state
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment