You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you have a website with a lot of pages, versionning gh-pages can start to be a problem. I have a repo that is almost 100MB for the single gh-pages. I would like to add an option to checkout --orphan gh-pages and so be able to force push. Are you open to a PR for this option (name: orphanBranch) ?
The text was updated successfully, but these errors were encountered:
There is an undocumented depth option. I'm curious if setting depth: 1 would help your case.
If so, I'd be interested in making it the default and adding a shallow option. If true (the default), we could git clone --depth 1. Otherwise, git clone without the --depth arg.
When you have a website with a lot of pages, versionning gh-pages can start to be a problem. I have a repo that is almost 100MB for the single gh-pages. I would like to add an option to checkout --orphan gh-pages and so be able to force push. Are you open to a PR for this option (name: orphanBranch) ?
The text was updated successfully, but these errors were encountered: