Skip to content
View taangle's full-sized avatar

Highlights

  • Pro

Block or report taangle

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. reachability-viz reachability-viz Public

    Parameterized visualization of reachable and unsafe state sets

    JavaScript

  2. Tips, tricks, and reminders for usin... Tips, tricks, and reminders for using git
    1
    ## Configuring git
    2
    * **See git config** `git config --list`
    3
    * **Set global user name** `git config --global user.name "<name>"`
    4
    * **Set global email** `git config --global user.email "<email>"`
    5
    * **Configure git to use current branch as default for pushing to origin** `git config push.default current`