A blog about Swift and iOS tricks

Pull another remote git branch without switching branches

If you want to pull a git branch without switching branches you can use the following

git fetch origin master:master