1
I’m creating a new project on Visual Studio 2015
, i created the repository on BitBucket
, so I created the project, the problem is that when one of the project’s users Push
he doesn’t update.
For example : I added the Class Teste
in the project Dominio
and gave Push
but when the other user gives Pull
this class does not appear in the solution explorer
despite being in the project folder. Someone knows something about ?
I looked in here and elsewhere and found nothing about it if this is not the right place to ask me let me know.
EDIT : I’m giving Push by Sourcetree, the first time I added the lower layer which is a Classlibrary , the csproj was, but then it wasn’t anymore , here’s my .gitignore
## Ignore Visual Studio temporary files, build results, and
## files generated by popular Visual Studio add-ons.
# User-specific files
*.suo
*.user
*.userosscache
*.sln.docstates
# User-specific files (MonoDevelop/Xamarin Studio)
*.userprefs
# Build results
[Dd]ebug/
[Dd]ebugPublic/
[Rr]elease/
[Rr]eleases/
[Xx]64/
[Xx]86/
[Bb]uild/
bld/
[Bb]in/
[Oo]bj/
Are you doing commit of the archive
.csproj
also?– Jéf Bueno
Yes I am doing yes.
– William Cézar
I just realized he’s only sending one layer , I have two layers , infra and dominio. he only commands from Dominio. How do I fix it ??
– William Cézar
I don’t know what you’re talking about. More details are needed, how you’re doing the commit? Were the files properly added to the repository? How is the file .gitignore?
– Jéf Bueno
I will improve my question...
– William Cézar
See if the changes are enough
– William Cézar