個人GIT入門(4)

我在網上搜集了一些GIT的基本操做:git 一 簡單操做步驟: git clone git@xxxxx:project_name git checkout -b new_branch ---修改代碼 git commit –m’test’  ---修改代碼 git stash git checkout master git pull origin master git merge new_bran
相關文章
相關標籤/搜索