Explore >> Select a destination


You are here

jvns.ca
| | vladimirzdrazil.com
12.9 parsecs away

Travel
| | A collection of Git tips and tricks you might not know.
| | betterdev.blog
16.1 parsecs away

Travel
| | No upstream branch error from Git push command may seem strange. Here I explain it and show how to simplify first branch push to avoid it.
| | www.maxpou.fr
7.8 parsecs away

Travel
| | Boost your Git efficiency! A simple config for a smoother workflow.
| | www.integralist.co.uk
51.8 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...