Skip to content

Instantly share code, notes, and snippets.

View allthedoll's full-sized avatar
:octocat:
Hubber January 16, 2016 - March 26, 2023

Jamie Strusz allthedoll

:octocat:
Hubber January 16, 2016 - March 26, 2023
View GitHub Profile

Introductions

The purposes of introductions:

  • Make sure the people in the meeting know who they're talking to
  • Provides context on perspectives for discussions
  • Sets a friendly, collaborative atmosphere

How to

  • Two providers (hosts) and anyone else in attendance from GitHub or Microsoft
    • Name
  • Department/title/what you do
@allthedoll
allthedoll / fix-homebrew-owner-perms.sh
Created September 2, 2019 18:03 — forked from stefanschmidt/fix-homebrew-owner-perms.sh
Fix ownership and permissions of a multi-user Homebrew installation
# fix owner of files and folders recursively
sudo chown -vR $(whoami) /usr/local /opt/homebrew-cask /Library/Caches/Homebrew
# fix read/write permission of files and folders recursively
chmod -vR ug+rw /usr/local /opt/homebrew-cask /Library/Caches/Homebrew
# fix execute permission of folders recursively
find /usr/local /opt/homebrew-cask /Library/Caches/Homebrew -type d -exec chmod -v ug+x {} +

Keybase proof

I hereby claim:

  • I am allthedoll on github.
  • I am allthedoll (https://keybase.io/allthedoll) on keybase.
  • I have a public key ASB9lHd1rwNvpwCJG2wQ12KLgCR5BV9btWbDketQ6YFV9Qo

To claim this, I am signing this object:

[Team Name]

Who we are

Brief description of what this team does.

@rainbowdash @pinkiepie @fluttershy @applejack @rarity @twilightsparkle
@rainbowdash @pinkiepie @fluttershy @applejack @rarity **@twilightsp
if ([ "$GITHUB_VIA" = "pull request merge button" ]) && ([ "$GITHUB_PULL_REQUEST_AUTHOR_LOGIN" = "$GITHUB_USER_LOGIN" ]); then
echo "Blocking merging of your own pull request. You cannot merge your own changes to master"
exit 1
fi
exit 0

Fun Questions

  • Do you have any advice for your current boss?
  • What do you think about when you're alone in the car?
  • A penguin walks through the door wearing a fez, what does he say and why is he here?

Collaboration Questions

  • Are you a hunter or gatherer?
  • If you were the CEO of GitHub, what would your top three values be?
  • What do people come to you for help with?
  • What do you go to other people for help with?
@allthedoll
allthedoll / gotta-git-them-all.md
Last active September 9, 2016 15:56
Cloning a gist demo

Clone this gist

git clone https://gist.github.com/allthedoll/966bebdbc6ed6b78942e6d9b1369c0b3