Hello!
Looking for good solution for "dead" repositories in Bitbucket cloud.
I know I can move it to some "graveyard" Bitbucket project.
BUT - maybe is there a way to shelve it (in similar way like it's done for Jenkins)? Or common way with some plugin / script?
Basically the need is to:
many thanks for feedback!
R.
I come from using TFS and its selves, stash is similar.
if you do not want a git reset --hard add the option --keep-index
git stash --keep-index
does not touch your files.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.