1106
Rebase Supremacy (programming.dev)
you are viewing a single comment's thread
view the rest of the comments
[-] merthyr1831@lemmy.world 9 points 7 months ago* (last edited 7 months ago)

Heres my based af workflow:

git checkout -b feature-branch

rebase on top of dev whilst working locally

git rebase origin/dev-branch && git push -f


if i need to fix conflicts with dev-branch during a PR

git merge origin/dev

this post was submitted on 04 Apr 2024
1106 points (98.1% liked)

Programmer Humor

19623 readers
1 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 1 year ago
MODERATORS