Suppose, I've repo - https://server/tests/ui and when I forked it, it has two branches - master
and release
.
Suppose after few days, someone adds new branch say feature
to upstream. If I want to take that new branch into my fork, which git commands should I use?