Skip to content

Commit

Permalink
full version
Browse files Browse the repository at this point in the history
  • Loading branch information
mengyuhu committed Feb 15, 2018
1 parent e669a45 commit e247342
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,5 @@ git push <branch_name> <tag_name> 推送指定标签
3.如果合并有冲突,则解决冲突,并在本地提交;
4.没有冲突或者解决掉冲突后,再用git push origin branch-name推送就能成功!
注意:如果git pull提示“no tracking information”,则说明本地分支和远程分支的链接关系没有创建,用命令git branch --set-upstream branch-name origin/branch-name。

注意:fork以及pull request见教程

0 comments on commit e247342

Please sign in to comment.