Skip to content
View raymzag's full-sized avatar
  • Australia

Block or report raymzag

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 Loading

  1. My vimrc My vimrc
    1
    set nocompatible
    2
    set rtp+=~/code/my-projects/.vim
    3
    " execute pathogen#infect()
    4
    
                  
    5
    filetype on
  2. Git Useful Commands Git Useful Commands
    1
    # list config
    2
    git config -l
    3
    
                  
    4
    # update git user in current repo
    5
    git config user.email "helloworld@gmail.com"
  3. My git config file My git config file
    1
    [user]
    2
    	name = 
    3
    	email = 
    4
    	github = raymzag
    5
    [push]
  4. wdi-project-1 wdi-project-1 Public

    wdi-project-1

    JavaScript 2