Skip to content

Instantly share code, notes, and snippets.

#!/bin/bash
setup_git() {
# Set the user name and email to match the API token holder
# This will make sure the git commits will have the correct photo
# and the user gets the credit for a checkin
git config --global user.email ${GITHUBEMAIL}
git config --global user.name ${GITHUBUSER}
git config --global push.default matching
@pbooth01
pbooth01 / auto submit form example
Created January 14, 2016 19:02
auto submit form example
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Angular Demo</title>
<!-- Bootstrap -->