Hi folks,
I have a semi odd issue. When I click Pull in SourceTree, the CODE itself pulls, but any new packages and classes my other developers pushed don't. For example, a developer had to create a new package for something, pushed that, and when I pulled the code, the code itself in specific classes pulled properly, but that new package is not there in my project.
I have verified everything on my end as proper. Is this an issue with the developer's end while pushing, or is it a notable issue that has a fix?
Anything is appreciated.
~ Shiv
What is a package if not code?
If packages are just a folder structure, Git does not track folders - only files. You cannot commit an empty folder to a Git repository. You must put at least one file inside the folder (maybe just as a temporary placeholder), and commit that.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.