[git-users] how to check if a new git tag is pushed to a git repo?

2018-04-28 Thread Gopichand Nakkala
Hi I am trying to find an automatic way to check if any new tag is pushed to a git repo or not?what options are there in git to figure this out? lets say I have the following tags on a git repo, now when a new tag "TAG1620R53_REL_16_30_52_7" is pushed I want to detect it and trigger a script..

[git-users] how to check if a new git tag is pushed to a git repo

2018-04-28 Thread Gopichand Nakkala
Hi I am trying to find an automatic way to check if any new tag is pushed to a git repo or not?what options are there in git to figure this out? lets say I have the following tags on a git repo, now when a new tag "TAG1620R53_REL_16_30_52_7" is pushed I want to detect it and trigger a script..how

Re: [git-users] how to check if a new git tag is pushed to a git repo?

2018-04-28 Thread Gopichand Nakkala
2018 at 4:02 PM, Gopichand Nakkala wrote: > Hi > > I am trying to find an automatic way to check if any new tag is pushed to > a git repo or not?what options are there in git to figure this out? > > lets say I have the following tags on a git repo, now when a new tag >

[git-users] warning: failed to remove files in untracked files list

2013-07-26 Thread Gopichand Nakkala
Hi, I am trying to clean untracked files and running into following error,can anyone one help on how to overcome this? user@machine:/local/mnt/workspace/i$ git clean -f -d warning: failed to remove halimpl/ncihal/DT_Include/DT_Nfc_types.h warning: failed to remove halimpl/ncihal/DT_Include/DT_N