Closed Anirban166 closed 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.
I intend to host my site via the
docs/
directory, which is not available here (comes withpkgdown::build_site()
) in the github branch: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.