Explore >> Select a destination


You are here

kubamartin.com
| | etodd.io
2.8 parsecs away

Travel
| | Jujutsu is a new version control system that is backward-compatible with Git. All the cool kids are raving about it. In this article I will try to help you decide whether it's worth investigating. If you use git rebase, the answer to this article's question is probably yes. You will mostly likely love Jujutsu. Proceed to Part Two. Do not pass Go. Do not collect two hundred dollars. If you don't use git rebase, you might still enjoy Jujutsu, but you might wonder, why would I care about all this fancy stuff? All I do with Git is commit and occasionally sync with main... what more could I possibly want?
| | www.rahuljuliato.com
2.8 parsecs away

Travel
| |
| | neugierig.org
3.3 parsecs away

Travel
| |
| | www.integralist.co.uk
14.0 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...