Explore >> Select a destination


You are here

blog.codeminer42.com
| | pedrorijo.com
3.6 parsecs away

Travel
| | Getting started with Git. Git basic commands. Everything you need to know to start using Git in your personal projects. Second part of a series of tutorials
| | www.integralist.co.uk
4.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...
| | www.markusdosch.com
3.9 parsecs away

Travel
| | Personal Blog on Coding & Technology
| | initialcommit.com
22.6 parsecs away

Travel
| We explain how to check out the initial commit of any open source project using Git. Examining the initial commit is a great way to learn how a program's code works.