Skip to content

Instantly share code, notes, and snippets.

@amandeepmittal
Created October 9, 2018 08:40
Show Gist options
  • Save amandeepmittal/536dc1282701904d2355c9ca60772143 to your computer and use it in GitHub Desktop.
Save amandeepmittal/536dc1282701904d2355c9ca60772143 to your computer and use it in GitHub Desktop.
# initialize our project as git repository
git init
# prepare the stage
git add .
# Commit all changes to git
git commit -m "commit all changes"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment