Skip to content
View awkale's full-sized avatar
๐Ÿ“ˆ
developing
๐Ÿ“ˆ
developing

Organizations

@brooklyn-symphony-orchestra @cision-ux @dv01-inc @uxstash
Block or Report

Block or report awkale

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
awkale/README.md

Hi there ๐Ÿ‘‹

HitCount

Pinned

  1. uxstash/uxstash uxstash/uxstash Public

    JavaScript 2 1

  2. awkale.github.io awkale.github.io Public

    Alex W Kale Portfolio

    SCSS

  3. agent-a agent-a Public

    Agent A agency site

    TypeScript

  4. #git #cheatsheet #git #cheatsheet
    1
    #
    2
    # GETTING STARTED
    3
    #
    4
    
                  
    5
    git init
  5. #vim #cheatsheet #vim #cheatsheet
    1
    :q[uit]
    2
    # Quit Vim. This fails when changes have been made.
    3
    
                  
    4
    :q[uit]!	
    5
    # Quit without writing.