Can I fetch a stash from a remote repo into a local branch?

前端 未结 3 421
悲哀的现实
悲哀的现实 2020-12-01 18:11

A colleague has a stash in their repository which I can access (via the filesystem), and I\'d like to pull that stash into a branch in my repository.

% git ls-rem         


        
3条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-01 19:02

    You can't but this provides you an alternate path. is-it-possible-to-push-a-git-stash-to-a-remote-repository

提交回复
热议问题