R
R
run1822018-07-12 02:40:44
git
run182, 2018-07-12 02:40:44

Why did Git stop seeing new files in a project?

There are 2 branches dev and master.
I successfully merge branches, but there are files in the dev branch that are not in the master, although I did git add --all
Why does the master branch not receive them when merging and how to fix this?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
S
Saboteur, 2018-07-12
@saboteur_kiev

Check the .gitignore file

S
Stanislav Martynov, 2018-07-12
@Win332

You can try doing "git add ." or "git add *"

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question