#git init
#git add .
Adds the files in the local repository and stages them for commit
#git commit -m 'First commit'
Commits the tracked changes and prepares them to be pushed to a remote repository
Sets the new remote
| # Get your API key here | |
| https://www.google.com/recaptcha/admin#list | |
| # This is the main captcha url | |
| # Put on your <head> tag | |
| # Omit this if you're using the code block below | |
| <script src="https://www.google.com/recaptcha/api.js"></script> | |
| # This is a script for multiple captchas on the same page | |
| # Put on <head> tag |