个人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
相关文章
相关标签/搜索