If I am using only the git commands to access a remote git repository, is there any possibility where I might accidentally corrupt it.
For e.g. in a local repository case, accidentally running a find and replace command, can change the contents of .git directory and corrupt the GIT use. Now that woudl not be possible for a remote one.
Another case if I did some rollback or other such combination of operations.
Can get to a situation with a remote repository where I could not undo some of the bad effects of a insane operation performed if possible first of all.