[~] $ git branch
* callgraph
master
How to "suspend" a git branch. For instance, the branch "master" is not up to date, but at this time I want all the team to use the branch "callgraph" - so working on this branch should be disable in order to avoid mistakes.
Then later, I will merge the callgraph with the master and re-activate this branch...