Explore >> Select a destination


You are here

mislav.net
| | www.integralist.co.uk
1.9 parsecs away

Travel
| | Introduction Rebase before merge Example (Bonus) Modifying content within an interactive rebase Introduction This is a quick post to cover a GitHub workflow that is utilised by our specific team (Frameworks) here at BBC News. The basis of our workflow is this: Open a GitHub PR (Pull Request) by creating a new feature branch from master Make feature specific changes and request a code review If given a "thumbs up", this means the PR author is allowed to handle merging the PR The merge process requires a s...
| | williamdurand.fr
1.8 parsecs away

Travel
| | My git workflow involves creating a lot of short-lived branches (a.k.a. feature branches), switching between them and, sometimes, I need to rebase one of these branches. git rebase is a super useful git command and I recommend everyone to get more familiar with it (take a look at git rebase in depth for instance).
| | jan.alphadev.net
0.7 parsecs away

Travel
| | [AI summary] The article explains the technical differences between git merge and git rebase, advocating for rebasing to maintain a cleaner history while warning about the risks of rewriting shared branches.
| | initialcommit.com
7.2 parsecs away

Travel
| In this article, we'll cover some of the most common Git commands used to rewrite history.