33843/could-delete-commit-which-already-push-central-repository
Could I delete any of my commit which I had already push to central repository?
You can't delete, but you can always revert a commit that is pushed into central repository using
git revert {commit_id}
or you could use
git reset HEAD file_name
Gir reset command will delete the unwanted commits without git logs
My Project(in .Net) is big in size ...READ MORE
Hi@akhtar, You can use git checkout <sha1> to check ...READ MORE
The error is due to the fact ...READ MORE
I'm not very sure if looking all ...READ MORE
Hey @nmentityvibes, you seem to be using ...READ MORE
Consider this - In 'extended' Git-Flow, (Git-Multi-Flow, ...READ MORE
It can work if you try to put ...READ MORE
When you use docker-compose down, all the ...READ MORE
The closest way to view branches in ...READ MORE
Please execute the below command in the ...READ MORE
OR
Already have an account? Sign in.