git clone [email protected]:YOUR-USERNAME/YOUR-FORKED-REPO.git
cd into/cloned/fork-repo
git remote add upstream git://github.com/ORIGINAL-DEV-USERNAME/REPO-YOU-FORKED-FROM.git
git fetch upstream
| # vi: ft=dosini | |
| [user] | |
| name = Pavan Kumar Sunkara | |
| email = [email protected] | |
| username = pksunkara | |
| [core] | |
| editor = nvim | |
| whitespace = fix,-indent-with-non-tab,trailing-space,cr-at-eol | |
| pager = delta | |
| [column] |
git clone [email protected]:YOUR-USERNAME/YOUR-FORKED-REPO.git
cd into/cloned/fork-repo
git remote add upstream git://github.com/ORIGINAL-DEV-USERNAME/REPO-YOU-FORKED-FROM.git
git fetch upstream
| Here is a list of scopes to use in Sublime Text 2 snippets - | |
| ActionScript: source.actionscript.2 | |
| AppleScript: source.applescript | |
| ASP: source.asp | |
| Batch FIle: source.dosbatch | |
| C#: source.cs | |
| C++: source.c++ | |
| Clojure: source.clojure | |
| CoffeeScript: source.coffee |
| comment | |
| comment punctuation | |
| comment.block.documentation | |
| comment.block.preprocessor | |
| comment.documentation | |
| constant | |
| constant.character | |
| constant.character punctuation | |
| constant.character.entity | |
| constant.character.escape |
Open Conemu
Open Settings -> Tasks or go to new tab button -> Setup tasks.
Click + to add a new task
Enter the name as Git Bash or whatever you like
Task parameters:
/icon "C:\Program Files (x86)\Git\etc\git.ico" /dir "C:\_git"
Command:
| import json | |
| from bs4 import BeautifulSoup | |
| import re | |
| of = open("all_output.txt", "wb") | |
| for file_num in range(1,102): | |
| filename = "%03d.json" % file_num | |
| print filename |
| import React from 'react' | |
| import { TransitionMotion, spring } from 'react-motion' | |
| import Router from 'react-router/BrowserRouter' | |
| import Match from 'react-router/Match' | |
| import Link from 'react-router/Link' | |
| import Redirect from 'react-router/Redirect' | |
| const styles = {} | |
| styles.fill = { |