1. Your local changes to the following files would be overwritten by merge:

2. error: you need to resolve your current index first

3. error: Pulling is not possible because you have unmerged files.

4. error: pathspec 'alpha' did not match any file(s) known to git

1. Your local changes to the following files would be overwritten by merge:

1-1) git error message

remote: Enumerating objects: 117, done.
remote: Counting objects: 100% (117/117), done.
remote: Compressing objects: 100% (75/75), done.
remote: Total 91 (delta 49), reused 18 (delta 4), pack-reused 0
Unpacking objects: 100% (91/91), 22.86 KiB | 450.00 KiB/s, done.
From <http://gitlab.sdij.kr/be-2/myq-admin-api>
 * branch            dev        -> FETCH_HEAD
   19071e4..59a8af4  dev        -> origin/dev
Updating f861cd6..59a8af4
error: Your local changes to the following files would be overwritten by merge:
	src/main/java/com/hiconsysvc/myqadmin/domains/ta/application/TaListService.java
	src/main/java/com/hiconsysvc/myqadmin/domains/ta/dto/TaList.java
	src/main/java/com/hiconsysvc/myqadmin/domains/ta/repository/TaMasterRepository.java
Please commit your changes or stash them before you merge.
Aborting

1-2) 해결

1-3) 충돌나는 Class Image

2. error: you need to resolve your current index first

2-1)

#message
error: you need to resolve your current index first

2-2) git reset --merge

2-3) git checkout dev-1998

2-4) git pull origin dev

3. error: Pulling is not possible because you have unmerged files.

3-1) 원인

3-2) 해결

3-2)-1. git status를 통해 어떤 상태인지 확인하기

Untitled

3-2)-2. git add

Untitled

3-2)-3. git pull ~

Untitled

4. error: pathspec 'alpha' did not match any file(s) known to git

4-1)

**error: pathspec 'alpha' did not match any file(s) known to git**

4-2)

**명령어 git branch -a**

Untitled

Untitled

fetch -all