Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[dtp-dev] Push tag in Git repo

By default, the 'git push' doesnt transfer tags to remote servers.

You will have to explicitly push tags to remote repo after you tag the plugins and update map file. Otherwise DTP build will fail.

 

Command line:

git push origin v201108120600

 

EGit UI:

Team -> Remote -> Push...

Click 'Add All Tags Spec' in Push dialog

cid:image001.png@01CC5688.63098110

 

 

Thanks.

Yong Jiang.


Back to the top