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
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
I just have a master branch. I added some files committed and pushed to bitbucket.
The info for my commit shows that I added a files to a subdirectory. When I
browse using source tree though I don't see the new files. I've tried refreshing
the page etc but no luck. If I click on "filter files" my newly-added files show
up in the list. Why can't I see them in the default source tree view?
Victor
Dear Victor,
please understand that sourcetree (especially default view) is not meant for file browsing. You can view 'all' files by changing the filter to include 'show only' -> 'All'. However in sourcetree it's meant to show you the (pending) changed files only as they (their changes) would be a part of your next commit. If you want to browse your files, feel free to use your file explorer of choice.
Hi Hugo,
Thanks for your response. I may be using the wrong term. By source browser
I mean clicking on "Source" when viewing my repository on bitbucket.org. I
am expecting to see all the files in a specific subdirectory. One of the files
in question is called "baseStation.c" It shows up in the commit as shown
here:
But it does not show up in the source view as shown here:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I think you've committed but haven't pushed the sources towards bitbucket. I can see the files are marked 'A' as in added but I think something went wrong transferring the files. Can you try to push again from sourcetree? I that doesn't work, you have to figure out the rights git commands to do it.
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.