/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

cmetcalfe.ca
| | techtldr.com
2.3 parsecs away

Travel
| | Git supports auto-completion when used via the terminal, which includes all basic commands such as git status or git checkout as well as local and remote branch names etc. It comes pre-installed on Ubuntu, but a few simple steps (bellow) have to be followed to get it working on Mac. Open up your terminal app [...]
| | cassidoo.co
1.9 parsecs away

Travel
| | If you're tired of your git branches being alphabetically sorted, you can change that!
| | haacked.com
2.6 parsecs away

Travel
| | A git alias to clean up gone branches. Even ones that have been squashed and merged.
| | www.integralist.co.uk
11.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...