Skip to content

Instantly share code, notes, and snippets.

View jjjjcccjjf's full-sized avatar
🎯
Focusing

endan jjjjcccjjf

🎯
Focusing
View GitHub Profile
@jjjjcccjjf
jjjjcccjjf / git-adding-to-remote.md
Last active January 29, 2017 07:46
How to add remote repository from working copy

#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

git remote add origin

Sets the new remote

@jjjjcccjjf
jjjjcccjjf / captcha_example.php
Last active February 5, 2018 01:48
Google ReCAPTCHA example
# 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