https://moox.io/blog/keep-in-sync-git-repos-on-github-gitlab-bitbucket/
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# .bash_profile | |
# added by Anaconda3 5.0.0 installer | |
export PATH="/Users/aspencer/anaconda3/bin:$PATH" | |
# Source global definitions | |
if [ -f /etc/bashrc ]; then | |
. /etc/bashrc |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
------------ | |
Keybindings: | |
[ | |
{ "keys": ["super+\\"], "command": "toggle_side_bar" }, | |
{ "keys": ["super+shift+k"], "command": "toggle_minimap"}, | |
{ "keys": ["super+shift+j"], "command": "toggle_setting", "args": {"setting": "word_wrap"}}, | |
{ "keys": ["super+forward_slash"], "command": "toggle_comment", "args": { "block": false } }, | |
{ "keys": ["super+shift+forward_slash"], "command": "toggle_comment", "args": { "block": true } }, | |
// { "keys": ["super+alt+forward_slash"], "command": "toggle_comment", "args": { "block": true } } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Make a fresh copy of both the repo to strip down, and the repo you wish to merge into. | |
In the repo you want to strip down: | |
git filter-branch --prune-empty --subdirectory-filter <subdir of folder you want to keep> <branch to isolate from> | |
You will now have a stripped-down copy of your repo, with all history. You may need to clean up adjacent folders/files. | |
Create a new branch and commit any changes you have made. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"name": "Iris Keyboard", | |
"author": "Lewis Ridden" | |
}, | |
[ | |
{ | |
"x": 3, | |
"c": "#c4c8c5", | |
"a": 7 |