I am a newbie at sourcetree and am using it with github. When I look at the master branch, I see a section uncommitted changes at the top. What is this for? I didn't see any information either in git/github on that. I didn't find any documentation in source tree anyway. Please provide inputs, if any. Thanks
When you make changes to your working copy (the files you can edit), SourceTree shows those in the chart as "Uncommitted changes" on whichever branch you have checked out. You won't see that item in Github, because Github has no knowledge of your working copy.
If you switch to the "File Status" tab, you'll see that you have "Staged" or "Working Copy" changes. These need to be committed to your repository before they will be accessible on Github or by anyone who is pulling from your repository.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.