On my git repository, i have 2 branch :
- dev
- match
My "dev" branch is like my master, i merge my other branch on it.
I work on "match", and to merge on my dev, i had switch on it and make "git merge match". The merge is done now.
My question is, how copy/past the files on the "dev" branch on my "match" branch ? 2 others developers work on other branch and they did fewmerge before me, i must use the recent files from the dev branch on my match branch
I have to make a "git merge dev" ?