Anirban166 / testComplexity

Asymptotic complexity testing framework
https://anirban166.github.io/testComplexity/
Other
36 stars 2 forks source link

docs/ not committed with a missing PR, possibly due to change in .gitignore #28

Closed Anirban166 closed 4 years ago

Anirban166 commented 4 years ago

I intend to host my site via the docs/ directory, which is not available here (comes with pkgdown::build_site()) in the github branch: image

In response to that, I thought to commit the creation of files underneath docs/ and push changes to this remote branch. But it will still be the same (without docs) here due to mention of docs in .gitignore, so I removed that locally and committed, which probably made the the branches inconsistent as I wasn't able to create a pull request that appeared here, via a git push.

Tried creating a fresh branch with the same commits, still not able to push changes or create a PR here.

Anirban166 commented 4 years ago

The change in .gitignore would be the main culprit, which makes the merging of branches non-permissible. Only solution left is to remove docs from the gitignore here in remote/master, pull those changes in local/master, and proceed with commits (to another branch) for docs/ sublisted files, and finally change github pages source to the docs directory here.