Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View vinitatandulkar's full-sized avatar
💻
Working on creativity

Vinita Tandulkar vinitatandulkar

💻
Working on creativity
View GitHub Profile
/*!
* jQuery JavaScript Library v2.1.1pre
* http://jquery.com/
*
* Includes Sizzle.js
* http://sizzlejs.com/
*
* Copyright 2005, 2014 jQuery Foundation, Inc. and other contributors
* Released under the MIT license
* http://jquery.org/license
@vinitatandulkar
vinitatandulkar / laravellocal.md
Created March 25, 2019 15:24 — forked from hootlex/laravellocal.md
Run laravel project locally

##Windows users:

cmder will be refered as console

##Mac Os, Ubuntu and windows users continue here:

  • Create a database locally named homestead utf8_general_ci
@vinitatandulkar
vinitatandulkar / hello.php
Last active January 28, 2019 06:50 — forked from billday/hello.php
Hello Dolly WP plugin
<?php
/*
Plugin Name: Hello Dolly
Plugin URI: http://wordpress.org/#
Description: This is not just a plugin, it symbolizes the hope and enthusiasm of an entire generation
summed up in two words sung most famously by Louis Armstrong: Hello, Dolly. When activated you will
randomly see a lyric from <cite>Hello, Dolly</cite> in the upper right of your admin screen on every page.
Author: Matt Mullenweg
Version: 1.5
Author URI: http://ma.tt/
@vinitatandulkar
vinitatandulkar / git-prs.md
Created January 17, 2019 16:43 — forked from weppos/git-prs.md
PRs as Git Branches

If you want to download GitHub PRs to your local repository, you can use a little trick to download them as local branches.

Open the repository configuration file (.git/config) and search for the origin block. Change it from:

[remote "origin"]
	fetch = +refs/heads/*:refs/remotes/origin/*
	url = git@github.com:USERNAME/REPOSITORY.git