Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 175 Bytes

index.md

File metadata and controls

16 lines (11 loc) · 175 Bytes

git rbs

Rebase skip i.e. restart the rebase process by skipping the current patch

Git alias:

# git rbs:
rbs = rebase --skip

Example:

git rbs