How to undelete a branch on github?

后端 未结 3 1232
醉梦人生
醉梦人生 2020-12-08 07:36

It seems that I delete a branch on github when I should not do it.

What I did was as follow:

1- I add a new .gitignore to my system

2- I use

<
3条回答
  •  南方客
    南方客 (楼主)
    2020-12-08 08:34

    what if you git fetch remote && git checkout -b remote_branch_name

提交回复
热议问题