Missed Team ’24? Catch up on announcements here.

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

How to revert a deleted file that is already commited / pushed??

xdev September 2, 2020

There is e.g. no option for history or similar:

 

Unbenannt

So how to do that??

Thx for feedback,

Jan

1 answer

0 votes
Bloompeak Support
Marketplace Partner
Marketplace Partners provide apps and integrations available on the Atlassian Marketplace that extend the power of Atlassian products.
September 4, 2020

Hi @xdev ,

Are you using git? If so, you can revert commits via command line

  • List the commit ids with
    git log 
  • Revert the commit by id
    git revert {commit Id}

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events