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
Hi,
When the Push badge indicates that files are ready to be pushed, how can I see what files will be pushed? And revert the files to the remote archive version if needed?
Thanks.
If you look at the local branch history tree, the most recent, unpushed commits will have a "develop" marker at the head. Commits pushed to the server will have an "origin/develop" marker at the head.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The push badge indicates the number of local commits (not files individually) that have not been to a remote server.
There isn't an explicit way to filter commits based on whether or not they have been pushed though you can filter to a particular branch if that's what you've been working on primarily.
The only way to undo is to "Reverse Commit…" but this will create another commit to track that reversal.
Hopefully that clears things up a bit.
Brian Ganninger
Senior Mac Developer, Sourcetree
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I think I have the same question as Joe Smith and the response doesn't answer it for me.
My branch says there is a commit to be pushed and I want to see what files have been modified in that commit and what those mods are.
File status does not show any modified or staged files.
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.