Skip to content

Commit

Permalink
merge from dev
Browse files Browse the repository at this point in the history
  • Loading branch information
zzlinux committed Mar 28, 2016
2 parents 800dff8 + a06b860 commit ba34274
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions git_learn.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,10 @@
13.git merge --no-ff -m "merge with no-ff"
14.conflict is fixed
15.git stash
16.git pull
17.git push origin dev
18.git checkout -b dev origin/dev
19.git branch --set-upstream branch-name origin/branch-name
20.git tag <name> git tag -a <name> -m git tag -s <name> -m
21.git tag -d <tagname> git push origin tags/<tagname>
22.git push origin:refs/tags/<tagname>

0 comments on commit ba34274

Please sign in to comment.