git clone git@github.com: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
| #!/bin/bash | |
| # Modified for TSV based on the comment from @paulfitz at | |
| # https://github.com/paulfitz/daff/issues/127#issuecomment-433538271 | |
| if [[ -z "$2" ]]; then | |
| echo "Call as foo.tsv foo.sqlite" | |
| exit 1 | |
| fi | |
| header=$(head -n1 $1) | |
| header=$(echo $header | sed "s/ /, /g") |
| QUERY PLAN | |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | |
| Nested Loop Left Join (cost=1312.91..99487.74 ro |