Hong, I have NO intention of removing that one. I was just showing that I tried to delete a couple of branches and yet they still existed. Don’t worry :-)
Barry On Apr 11, 2014, at 8:23 PM, Hong Zhang <[email protected]> wrote: > Barry, > The branch > origin/barry/saws-options > is the one we are currently working on. > Do NOT remove it. > > Hong > > On Fri, Apr 11, 2014 at 5:44 PM, Smith, Barry F. <[email protected]> wrote: >> >> How do I get rid of these meaningless old branches? >> >> ~/Src/petsc next $ git branch -D barry/mat-nonzero-structure-state >> Deleted branch barry/mat-nonzero-structure-state (was 5b70ec7). >> ~/Src/petsc next $ git branch -D barry/mat-nonzero-structure-state-2 >> Deleted branch barry/mat-nonzero-structure-state-2 (was 953deea). >> ~/Src/petsc next $ git branch -D >> barry/rm-indirection-of-jacobian-in-snessetjacobian >> Deleted branch barry/rm-indirection-of-jacobian-in-snessetjacobian (was >> 7d7ace8). >> ~/Src/petsc next $ gitnotmerged >> origin/barry/add-snespseudo >> origin/barry/august-tutorial >> origin/barry/html >> origin/barry/make-petscoptionsobject-nonglobal >> origin/barry/mat-nonzero-structure-state >> origin/barry/mat-nonzero-structure-state-2 >> origin/barry/new-test-makefiles >> origin/barry/newhtml >> origin/barry/rm-indirection-of-jacobian-in-snessetjacobian >> origin/barry/saws-options >> origin/barry/superlu_mt >> origin/barry/twitter >> origin/test-barry-mat-nonzero-structure-state-2 >> ~/Src/petsc next $ alias >> alias gitmasternotupdated='comm -12 <(git branch -r --merged next | grep >> origin/ | sort) <(git branch -r --no-merged master ) | xargs -n1 git log -1 >> --format='\''%Cgreen%ci %C(yellow)%d%Creset %s'\'' --abbrev-commit | grep >> barry | sed '\''s?origin/[a-z/-]*, ??g'\'' | grep -v '\''(next)'\'' | cut -b >> 1-156' >> alias gitmasternotupdatedall='comm -12 <(git branch -r --merged next | grep >> origin/ | sort) <(git branch -r --no-merged master ) | xargs -n1 git log -1 >> --format='\''%Cgreen%ci %C(yellow)%d%Creset %s'\'' --abbrev-commit | sed >> '\''s?origin/[a-z/-]*, ??g'\'' | grep -v '\''(next)'\'' | cut -b 1-156' >> alias gitnotmerged='git branch -r --no-merged next | grep barry' >> >>
