----- Исходное сообщение ----- > ja...@crystal /tmp/sflphone $ git checkout remotes/origin/qt-client && git > pull >
You don't checkout _remote_ branches that way. Instead, you create local branch from it by doing: git checkout <remote branch> -b <new local branch name>
_______________________________________________ SFLphone mailing list [email protected] http://lists.savoirfairelinux.net/mailman/listinfo/sflphone
