Skip to content

Instantly share code, notes, and snippets.

@amandeepmittal
Created May 9, 2019 10:01
Show Gist options
  • Save amandeepmittal/dc6f4b6cd960ce1bbc064ca33f8ab88b to your computer and use it in GitHub Desktop.
Save amandeepmittal/dc6f4b6cd960ce1bbc064ca33f8ab88b to your computer and use it in GitHub Desktop.
git init
# add all files
git add .
# commit
git commit -m "react-router-v4-demo"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment