Are you in the loop? Keep up with the latest by making sure you're subscribed to Community Announcements. Just click Watch and select Articles.

×
Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

How to clear Sourcetree push status

I have (since I am new to GIT) some files ready to be pushed on the master branch. I however don't want to ever push to the master, does anyone know how I can see what files I have committed but not yet pushed and how to possibly un-commit them, if something like that is possible.

1 answer

0 votes
minnsey
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
Mar 04, 2019

Hi

If you look in the History view you will see a log of your commits. You can then select any given commit and using the context menu (if you are on Windows) you can choose to either revert commits or reset your repository to a state before your commit.

Reverts will essentially create a new commit reverting the effects of the selected commit.

e.g. If you had 2 commits you didn't want, 3 and 4 in the list below

  • commit 4
  • commit 3
  • commit 2
  • commit 1

  • you would revert them in reverse order, e.g. revert 4 then revert 3. This would put you back in the state you had at 2 but your history would look like this

  • commit 6 (reverting 3)
  • commit 5 (reverting 4) 
  • commit 4
  • commit 3
  • commit 2
  • commit 1

If you choose to reset to commit 2 you are effectively un-doing commits 3 and 4, it is like they never happened.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events