Skip to content

Instantly share code, notes, and snippets.

@wushaojie
wushaojie / GitConfigHttpProxy.md
Created January 21, 2019 09:21 — forked from evantoli/GitConfigHttpProxy.md
Configure Git to use a proxy

Configure Git to use a proxy

##In Brief

You may need to configure a proxy server if you're having trouble cloning or fetching from a remote repository or getting an error like unable to access '...' Couldn't resolve host '...'.

Consider something like:

@wushaojie
wushaojie / tutorial.md
Created July 20, 2018 05:50 — forked from swalkinshaw/tutorial.md
Designing a GraphQL API

Tutorial: Designing a GraphQL API

This tutorial was created by Shopify for internal purposes. We've created a public version of it since we think it's useful to anyone creating a GraphQL API.

It's based on lessons learned from creating and evolving production schemas at Shopify over almost 3 years. The tutorial has evolved and will continue to change in the future so nothing is set in stone.

@wushaojie
wushaojie / idea.html
Last active November 5, 2017 09:49
File template for idea.
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1,user-scalable=no">
<title>#[[$Title$]]#</title>
<meta name="keywords" content="">
<meta name="description" content="">
</head>