Skip to content
View Camwyn's full-sized avatar
🐫
yup
🐫
yup

Organizations

@the-events-calendar
Block or Report

Block or report Camwyn

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse

Pinned

  1. the-events-calendar/the-events-calendar the-events-calendar/the-events-calendar Public

    The Events Calendar WordPress plugin

    PHP 300 183

  2. the-events-calendar/event-tickets the-events-calendar/event-tickets Public

    Event Tickets allows your visitors to RSVP and buy tickets to events on your site. Also works seamlessly with The Events Calendar.

    PHP 79 41

  3. the-events-calendar/tribe-common the-events-calendar/tribe-common Public

    Common classes and functions used in our plugins

    PHP 67 35

  4. the-events-calendar/product-taskmaster the-events-calendar/product-taskmaster Public

    This is a collection of Gulp tasks for The Events Calendar

    JavaScript 4 1

  5. My aliases for git My aliases for git
    1
    [alias]
    2
    	# archive a branch
    3
    	ab = !sh -c 'git checkout $1 && git pull && git tag archive/$1 && git push origin $1 && git push origin archive/$1 && git checkout master && git branch -D $1 && git push origin --delete $1' -
    4
    
                  
    5
    	# archive a branch (to a remote other than origin)