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.
When I go to back up work in SourceTree, I keep getting 'Nothing to commit', and thus can not back up my work. I have backed up this project before, so at point it could see changes as expected. I don't believe anything is different now.
EDIT: For clarity, I Know that I have made changes.
Hi @EngiJbell,
Welcome to Atlassian Community.
Have you made any changes to your repository? If you get "Nothing to commit" it is an indication that you have not made any changes to the repository since the last time you made a commit.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Are you using gitignore?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes. However, I am certain I have made lots of changes outside of the .gitignore scope.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Git should report any changes you made if you run git status. If it does not show any changes, it will not push anything to the remote repository. You can test that by just adding a new file to the repository and then run git status
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I tried that. Made changes just for the sake of making changes... no changes detected.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Okay, so if Git is not detecting any changes it sounds like something is up with your repository. Do you see the .git directory on the root level of your repository? Are you making changes in a directory that is being ignored by your gitignore file?
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.