Skip to content
View KongOU's full-sized avatar
🏠
Working from home
🏠
Working from home

Block or report KongOU

Report abuse

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

Report abuse

Pinned Loading

  1. git_cheat_sheet.md git_cheat_sheet.md
    1
    # Git Cheat Sheet
    2
    
                  
    3
    ## Basic commands
    4
    
                  
    5
    > `git init` **Creates a new git repository in the directory**
  2. base_vim_settings base_vim_settings
    1
    " Use Vim settings, rather then Vi settings (much better!).
    2
    " This must be first, because it changes other options as a side effect.
    3
    set nocompatible
    4
    
                  
    5
    " source ~/.vimrc.before if it exists.
  3. .hyper.js .hyper.js
    1
    // Future versions of Hyper may add additional config options,
    2
    // which will not automatically be merged into this file.
    3
    // See https://hyper.is#cfg for all currently supported options.
    4
    
                  
    5
    module.exports = {
  4. yelpdemo yelpdemo Public

    Ruby 3

  5. BDD_Rails5 BDD_Rails5 Public

    Testing using Rails 5 with RSpec and Capabara

    Ruby 1

  6. devise_anuglarjs_api devise_anuglarjs_api Public

    Devise with AngularJS

    Ruby 1