🐝
Senior Full-Stack Engineer at Yale ITS
-
Yale ITS
- New Haven, CT
-
20:16
(UTC -05:00)
Pinned Loading
-
Rebase/Fixup Guide
Rebase/Fixup Guide 1# Rebasing, Fixup Commits, and Autosquashing
2## Rebasing
3Rebasing is the act of taking a git branch which was taken from a given commit in the history and moving it to be branched off a different commit. This is done in short by taking all commits after the branch event and playing them on top of other commits. Depending on what files changed in the diff there may or may not be collisions which require manual resolution.
45### A Graphical Example
-
-
-
go-ascii
go-ascii PublicSmall program to print out the values for printable ASCII characters in Go
Go
-
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.