Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Sourcetree how to delete local branch

Thiếu tá Phạm Xuân Bách December 18, 2018

As in question.

When delete local branch, it show error 

<code>

git -c diff.mnemonicprefix=false -c core.quotepath=false --no-optional-locks branch -d feat/cn/KT3TCT6-6555_import_ma_khach_hang
warning: not deleting branch 'feat/cn/KT3TCT6-6555_import_ma_khach_hang' that is not yet merged to
'refs/remotes/origin/feat/cn/KT3TCT6-6555_import_ma_khach_hang', even though it is merged to HEAD.
error: The branch 'feat/cn/KT3TCT6-6555_import_ma_khach_hang' is not fully merged.
If you are sure you want to delete it, run 'git branch -D feat/cn/KT3TCT6-6555_import_ma_khach_hang'.

</code>

When I run git bash 'git branch -D feat/cn/KT3TCT6-6555_import_ma_khach_hang'

It show error 

<code>

fatal: not a git repository (or any of the parent directories): .git

</code>

 

So how to delete a local branch? 

Why should someone care about a branch that he want to delete is fully merged or not?

1 answer

0 votes
Ana Retamal
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
December 18, 2018

Hi!

Seems like the real issue is on the second part:

fatal: not a git repository (or any of the parent directories): .git

Have you navigated to the directory in a command shell and run "git status" there? It might be that the .git folder has become corrupted.

Let us know!

Ana

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events