Here I tried to update git submodule by using
git submodule update
and my text file is like this
[submodule "code/board"]
       path = code/board
       url = https://git.company.com/timeline/board
       branch = docker-board
When I use
git submodule update 
It's downloading but it's not the latest
So how can I update it in to latest?
 
    