git workflow
2015-05-18 20:10:03 5 举报
git workflow
作者其他创作
大纲/内容
git push origin master
git config --global user.name \"name\"
git reset
branch
git status
git loggit log --pretty=oneline
git
git checkout
git branch -b branchname
add public key to git services
n * git add ...
git merge master
ssh-keygen -t rsa -C \"email\"
git config --list
git commit -m
git config --global user.email \"email\"
No
git branch -d branchname
git tag
finish editing
git diff
yes
git rm
git push -u origin master
0 条评论
下一页