Heads up! On March 5, starting at 4:30 PM Central Time, our community will be undergoing scheduled maintenance for a few hours. During this time, you might find the site temporarily inaccessible. Thanks for your patience. Read more.
×This question is in reference to Atlassian Documentation: Frequently Asked Questions
i committed some changes in a file , it was successfully committed. but after some day i see those commit was not there and commit history was also not there, is there any command that can delete the commit history. And also who deleted the committed history can i know it?
The only way to delete a commit is to do a force push (git push -f) of a history that doesn't include it.
You can prevent this on specific branches under "Branch Permissions". I think that best practice is to disallow force pushes (or "rewriting history") on long-lived branches such as master and (if you use it) develop.
I'm not sure that there's a specific way to see who did the force push, but I'd be suspicious of the authors of any commits made after yours.
can you please provide me screenshot for Branch Permissions" or "rewriting history" setting
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Screen Shot 2016-06-02 at 9.01.59 AM.png
Screen Shot 2016-06-02 at 9.02.48 AM.png
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.