You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
I have downloaded a brand new repo from Bitbucket. Created a new branch from Master and added a new folder containing new files.
After this SourceTree does not see any changes, I can change branch without any warnings.
I have a quite large .gitignore file containing lots of folders and generated content I do not want to check in. But this particular folder is not there.
What can be wrong?
FYI, I tested to manually check if there was any changes on the folder using:
git status
I can see all new files not added
Then I did
git add "forder name and path"
git commit -m "updated files"
git push origin "branch name"
Now everything is on bitbucket as it should.
Still: SourceTree does not see or react on any change done on the repo.
Must be a bug...
I am experiencing the same behavior. I think it started with version 4.11 but now I have updated to 4.13 and it still occurs. NEW files are not detected and tracked unless I use command git to add, as Tricio mentioned.
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.