How to skip a commit during the git rebase process?
Originally Published Here ๐!
Sometimes during a Git rebase process, you may encounter some conflicting commits and wants to skip the specific commit for some reason.
You can do that by passing the --skip flag in the git rebase command.
It can be don...
melvingeorge-me.hashnode.dev1 min read