Skip to content
View nicktoumpelis's full-sized avatar
🌻
Actualising...
🌻
Actualising...

Block or report nicktoumpelis

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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. HiBeacons HiBeacons Public

    An iBeacons example app for iOS 10, with Apple Watch (watchOS 3.0) support, written in Swift 3.

    Swift 1.2k 213

  2. Cleans and resets a git repo and its... Cleans and resets a git repo and its submodules
    1
    git clean -xfd
    2
    git submodule foreach --recursive git clean -xfd
    3
    git reset --hard
    4
    git submodule foreach --recursive git reset --hard
    5
    git submodule update --init --recursive