Explore >> Select a destination


You are here

stevelosh.com
| | zwischenzugs.com
6.4 parsecs away

Travel
| | Continuing in the series of posts about lesser-known bash features, here I take you through seven variables that bash makes available that you may not have known about. 1) PROMPT_COMMAND You might already know that you can manipulate your prompt to show all sorts of useful information, but what fewer people know is that you...
| | tarneo.fr
3.8 parsecs away

Travel
| | Programming, Linux, self-hosting, ergo keyboards, IT ethics...
| | cassidoo.co
4.4 parsecs away

Travel
| | Cassidy updated her Zsh prompt to have some fun colors, the date, and git information. Here's how!
| | www.integralist.co.uk
13.4 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...