git - branch alias?

前端 未结 3 1137
梦毁少年i
梦毁少年i 2020-12-14 14:11

I am researching switching from starteam to git.

Currently, in starteam, we use \"floating views\" with special names. These floating views basically work like alias

3条回答
  •  误落风尘
    2020-12-14 14:49

    In case when you need branch per feature — answer of Adam Dymitruk is correct, But in case when you need save links branch - specific state (based on time), without changed them you can use git tags.

    I used tags for store states of each prod releases.

提交回复
热议问题