Well, it seems, that someone has tampered the history with a rebase.
Thats really frustrating, because its hard to proof, and at the end you are looking dump.
Here is a way to protect you from tampering the history or using none fast forwards or deleting history
Edit your ~/.gitconfig
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[user] | |
email = <youremail> | |
name = <your name> | |
[rerere] | |
enable = true | |
[recieve] | |
denyNoneFastForwards = true | |
denyDeletes=true | |
fsckObjects = true |
Keine Kommentare:
Kommentar veröffentlichen