Skip to content

Commit

Permalink
Merge remote-tracking branch 'update/master'
Browse files Browse the repository at this point in the history
This is a weird merge. I had re-written everything in a separate
repository, and basically wanted that new repo (update) to be the new
master of this repository, whilst preserving the history of the update
repo.

Here's what I did:

$ git remote add update <path to update>
$ git fetch update
$ git merge -X theirs --allow-unrelated-histories update/master
$ # remove extra files
$ git commit --amend
  • Loading branch information
math2001 committed Nov 15, 2019
2 parents d4c4777 + 9ad3f25 commit c6ac821
Show file tree
Hide file tree
Showing 46 changed files with 675 additions and 1,614 deletions.
3 changes: 3 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
docs/ export-ignore
resources/*.png export-ignore
resources/*.py export-ignore
6 changes: 1 addition & 5 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1 @@
Thumbs.db
__pycache__/
cache.txt
venv/
site/
__pycache__
13 changes: 0 additions & 13 deletions .sublime/Default.sublime-keymap

This file was deleted.

33 changes: 0 additions & 33 deletions .sublime/Main.sublime-menu

This file was deleted.

25 changes: 0 additions & 25 deletions .sublime/MarkdownLivePreview.sublime-commands

This file was deleted.

19 changes: 0 additions & 19 deletions .sublime/MarkdownLivePreview.sublime-settings

This file was deleted.

14 changes: 0 additions & 14 deletions .sublime/MarkdownLivePreviewSyntax.hidden-tmLanguage

This file was deleted.

1 change: 0 additions & 1 deletion 404.txt

This file was deleted.

106 changes: 0 additions & 106 deletions MLPApi.py

This file was deleted.

Loading

0 comments on commit c6ac821

Please sign in to comment.