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
{{ message }}
This repository was archived by the owner on Feb 26, 2024. It is now read-only.
I liked the idea of this and tried it; but I couldn't figure out how to push to a new repository on github.com with a depth of 1; e.g. my flow with angular-seed is to do:
But this fails if the clone is done with --depth=1 on the push back to github. Perhaps there is a workaround, but I'm not enough of a git wizard to make work.
If you only want to have a copy of the repository without the history then just delete the .git folder after cloning and then re-initialize the repository:
On the readme there's a standar clone. Maybe it can be improved a little bit (git beginners might not be aware of this and can be useful for them):
Btw, sorry to include this in an issue, but forking and PRing just for this seemed like a waste of time.
The text was updated successfully, but these errors were encountered: