I must have toggled an option somewhere and I cannot figure it out.
SourceTree has suddenly stopped showing "new" files.
What I mean by this is that, it used to be that I would add a new file to a git controlled directory and it would appear in SourceTree's unstaged files window with the green plus icon next to it.
This no longer happens in any of my repositories.
SourceTree detects if I modify an existing file, but not a newly added file.
I confirmed that I do not have a global .gitignore.
I did a test. I created a brand new repository. No global .gitignore and no local .gitignore. I created a file in the directory but SourceTree ignores it.
Any suggestions?
There is a dropdown above the file list. If you switched it to "Modified" instead of "Pending", it would only show tracked files that had changes.
It's worth mentioning that you'd also not see deleted or conflicted files.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Goodness!!! I see that option now... so I didn't need to go nuclear and do a complete reinstall! Next time! I'll be sure to keep the team updated.
Thank you Seth.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Still Cant see the new files
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Is there supposed to be a setting like this in BitBucket too? If so, I'm not seeing one.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
OMG!! Awesome
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks for this solution!
This was really wreaking havoc with what I thought I was checking in
Was it a new update that changed the default to use modified instead of pending?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Rameez Hassan I think you have faced the same issue that I faced, this answer is specific to filtering of files, you may see my answer below if that helps you.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Delete the gitignore file in your folder . it will work ..... :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Unfortunatelly, in Sourcetree you cannot combine multiple filters. You have to switch between those lists, which is pitty.
Better in SmartGit where you have a lot of checkboxes you can use to filter the list in any imaginable way.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Found a Solution - Check and Click on "Like" if it Works for You
The same thing happened with me as well. I pasted a new folder into the local repository, but the Source Tree app was not showing the new files. Generally, it shows any new files in the Unstaged Files pane with a green tick mark on each file. I tried lots of stuff, but following action worked.
1. Let's consider, the new folder whose files were not displayed as Folder A.
2. I created a new empty Folder B, copied all the files from Folder A and pasted into Folder B.
3. Deleted Folder A, and renamed Folder B as Folder A.
Over here, it's a matter of research, on finishing Step 2, I could see all my files in the Unstaged Files pane in Source Tree app. Then, even after Step 3, files were visible.
--------------------------------------------- Answer Ends Here--------------------------
Steps that didn't work:
1. Removed the .gitignore file
2. Removed the Read only file status for the whole folder
3. Deleted the local repository and re-cloned it
4. Used the different file filter types
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
If we want to see only modified files (modification into existing available files only) then only the "Modified" option is useful and if we want to see New Files added + Modified files then the "Pending" option is perfect to use it.
It will show you the New files added (with Question Mark sign in Unstaged section and if we stage newly added all/selective files then new files will show with Plus sign in to Staged section) and existing modified files with Horizontal 3 dots.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I have the same issue. I am new to sourcetree and bitbucket. In the dropdown above the files I set "Pending files,sorted by status" but new files are still not showing up under "Unstaged files"? I need help. Thank you
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks John Rocha. That is what exactly happened to me....!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I don't know what the surgical response would be, but it works after I uninistalled GIT and SourceTree, deleted all Source Tree files I coudl find under the Windows App Data folder and then reinstalled the two items.....
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.