|
Hi,
I've run into an issue where when we delete remote Git branches, the local list of branches is never updated in SmartGit. Maybe I'm missing something, how can I make sure that the local list of branches is the same as the remote branches? We're using GitHub. Thanks, Kevin |
|
I was able to get the local list of remote branches up to date using this git command:
git remote prune origin Which removes the "stale" branches that have been deleted. --- In [hidden email], "kevinarood" <kevinarood@...> wrote: > > Hi, > > I've run into an issue where when we delete remote Git branches, the local list of branches is never updated in SmartGit. Maybe I'm missing something, how can I make sure that the local list of branches is the same as the remote branches? > > We're using GitHub. > > Thanks, > > Kevin > |
|
In reply to this post by kevinarood
SmartGit always shows all locally existing branches. If you delete a remote
branch from repository A, repository B (both cloned from the same remote repository) does not know about it. Just delete the remote branch in repository B, too. -- Best regards, Thomas Singer ============= syntevo GmbH http://www.syntevo.com http://blog.syntevo.com "kevinarood" <[hidden email]> wrote: > Hi, > > I've run into an issue where when we delete remote Git branches, the local > list of branches is never updated in SmartGit. Maybe I'm missing something, > how can I make sure that the local list of branches is the same as the remote > branches? > > We're using GitHub. > > Thanks, > > Kevin > > |
|
Thanks for your reply Thomas. I would suggest that there be a feature to perform "git remote prune xyz" from inside the app itself then.
--- In [hidden email], syntevo Support <smartgit@...> wrote: > > SmartGit always shows all locally existing branches. If you delete a remote > branch from repository A, repository B (both cloned from the same remote > repository) does not know about it. Just delete the remote branch in > repository B, too. > > -- > Best regards, > Thomas Singer > ============= > syntevo GmbH > http://www.syntevo.com > http://blog.syntevo.com > > > "kevinarood" <kevinarood@...> wrote: > > > Hi, > > > > I've run into an issue where when we delete remote Git branches, the local > > list of branches is never updated in SmartGit. Maybe I'm missing something, > > how can I make sure that the local list of branches is the same as the remote > > branches? > > > > We're using GitHub. > > > > Thanks, > > > > Kevin > > > > > |
|
We'll provide this functionality in version 2.
-- Best regards, Thomas Singer ============= syntevo GmbH http://www.syntevo.com http://blog.syntevo.com "kevinarood" <[hidden email]> wrote: > Thanks for your reply Thomas. I would suggest that there be a feature to > perform "git remote prune xyz" from inside the app itself then. > > > > --- In [hidden email], syntevo Support <smartgit@...> wrote: > > > > SmartGit always shows all locally existing branches. If you delete a remote > > branch from repository A, repository B (both cloned from the same remote > > repository) does not know about it. Just delete the remote branch in > > repository B, too. > > > > -- > > Best regards, > > Thomas Singer > > ============= > > syntevo GmbH > > http://www.syntevo.com > > http://blog.syntevo.com > > > > > > "kevinarood" <kevinarood@...> wrote: > > > > > Hi, > > > > > > I've run into an issue where when we delete remote Git branches, the local > > > list of branches is never updated in SmartGit. Maybe I'm missing something, > > > how can I make sure that the local list of branches is the same as the remote > > > branches? > > > > > > We're using GitHub. > > > > > > Thanks, > > > > > > Kevin > > > > > > > > > > > |
| Free forum by Nabble | Edit this page |
