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
| UIFont: family Thonburi | |
| UIFont: font Thonburi-Bold | |
| UIFont: font Thonburi | |
| UIFont: font Thonburi-Light | |
| UIFont: family Khmer Sangam MN | |
| UIFont: font KhmerSangamMN | |
| UIFont: family Snell Roundhand | |
| UIFont: font SnellRoundhand-Black | |
| UIFont: font SnellRoundhand-Bold | |
| UIFont: font SnellRoundhand |
| // | |
| // NYSKeyboardHelper.swift | |
| // B-NYS GCV | |
| // | |
| // Created by Matthias Nys on 18/03/2017. | |
| // Copyright © 2017 B-NYS. All rights reserved. | |
| // | |
| import UIKit |
| ssh -f -L 9201:localhost:9200 <username>@<host> -N | |
| # To kill tunnel running in background run: | |
| ps aux | grep 9201 | |
| kill <pid> |