Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Archive #352

Open
hinell opened this issue Nov 5, 2022 · 6 comments
Open

Archive #352

hinell opened this issue Nov 5, 2022 · 6 comments

Comments

@hinell
Copy link

hinell commented Nov 5, 2022

The repo probably needs to be archived.

@hinell
Copy link
Author

hinell commented Nov 5, 2022

There is alternative for it git clone --no-tags --depth 1 --single-branch --branch=main <repo url>

@yandeu
Copy link

yandeu commented Dec 3, 2022

Another alternative is gitget.
Can even download npm packages.

@SaeedYasin
Copy link

@hinell @yandeu does any of the above mentioned options support git submodules?

@paulovieira
Copy link

The current best alternative is this one: https://github.com/tiged/tiged

"a community driven fork of degit because it isn't being maintained"

@hinell
Copy link
Author

hinell commented Jan 31, 2023

@SaeedYasin You can use --recurse-submodules[=<pathspec>] for submodules

@nake89
Copy link

nake89 commented Mar 6, 2023

I am the maintainer of tiged, which was mentioned above. I highly recommend it. It is a fork of degit, which has all serious bugs fixed and some features added. It is backwards compatible with degit. The latest version was released today.

To quote the tiged readme (these are only some of the change. Read changelog for all changes):

What has been fixed?

  • Works with main or any default branch automatically. #243
  • --mode=git with private repos now work on Windows #191.
  • degit --help now works. Previously it would crash instead of displaying help.md contents. #179
  • --mode=git is now faster. #171
  • Github Actions CI tests working. Added Github Actions badge and removed old CI badges.
  • Added support for privately hosted git repositories (#10)
  • GitLab works again. #18
  • Subdir works in --mode=git #19
  • Subgroups work in GitLab #24
  • Hashes work with git mode #34
  • Using full async + cjs (no build needed) #41
  • Option to not use cache #36

It might be time to move on.

/endquote

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants