git常用命令

Linux服務器生成git密鑰:   ssh-keygen -t rsa -C "[email protected]"   創建分支版本:  1. 將項目版本代碼更新到最新   $ git pull origin master;  2.查看當前分支版本      $ git branch led * master  3.如當前分支版本爲非master版本,切劃回master版本 $ git c
相關文章
相關標籤/搜索