Skip to content
View pierskarsenbarg's full-sized avatar

Organizations

@pulumi @pulumi-demos @pulumi-pequod

Block or report pierskarsenbarg

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
pierskarsenbarg/README.md

Hi there 👋

I'm Piers

I'm a Customer Success Architect at Pulumi, where I help people manage their cloud infrastructure using IaC.

Pronouns: he/him

Twitter | LinkedIn | Slack | Email

Pinned Loading

  1. git aliases git aliases
    1
    [alias]
    2
    	co = checkout
    3
    	ec = config --global -e
    4
    	po = push origin head
    5
    	up = !git pull --rebase --prune $@ && git submodule update --init --recursive