Bootstrap

git push报错: nt: Updates were rejected because a pushed branch tip is behind its remote

 git push   dv  v3:master

出现这错误

nt: Updates were rejected because a pushed branch tip is behind its remote

需要

git merge  dv/master
git push   dv  v3:master

 

 

;