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
Mehmet A _Bloompeak_
Atlassian Partner
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