/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

blog.henricook.com
| | minhajuddin.com
2.6 parsecs away

Travel
| | Before you read this blog entry please read The git parable. It is a nice read to understand the need and reason for git. basic commands1234567891011121314151617181920212223242526272829303132333435363
| | www.maxpou.fr
1.6 parsecs away

Travel
| | A Git Cheat Sheet that focuses on Essential Commands for Experienced Developers.
| | blog.danskingdom.com
2.4 parsecs away

Travel
| | Git is super powerful, but can also be confusing, especially when using the command line interface (CLI). It has so many commands, and I only regularly use a handful of them.
| | www.integralist.co.uk
19.3 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...