Skip to content

Instantly share code, notes, and snippets.

View xamfy's full-sized avatar
🏄‍♂️

Pratyaksh xamfy

🏄‍♂️
View GitHub Profile
@xamfy
xamfy / fork forced sync
Created March 5, 2018 12:48 — forked from glennblock/fork forced sync
Force your forked repo to be the same as upstream.
git fetch upstream
git reset --hard upstream/master
@xamfy
xamfy / angular-travis-ci.yml
Created March 3, 2018 10:15 — forked from AhsanAyaz/angular-travis-ci.yml
Sample TravisCI Yaml file for Angular Project
language: node_js
node_js:
- "7"
sudo: true
dist: trusty
branches:
only:
- master
@xamfy
xamfy / curl.md
Created February 24, 2018 03:53 — forked from subfuzion/curl.md
curl POST examples

Common Options

-#, --progress-bar Make curl display a simple progress bar instead of the more informational standard meter.

-b, --cookie <name=data> Supply cookie with request. If no =, then specifies the cookie file to use (see -c).

-c, --cookie-jar <file name> File to save response cookies to.