Skip to content
View Serchinastico's full-sized avatar
👋
👋
Block or Report

Block or report Serchinastico

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

  1. CoolSwitch CoolSwitch Public

    Custom switch with a circular reveal effect

    Java 456 56

  2. Lin Lin Public

    Lin is an Android Lint tool made simple

    Kotlin 232 7

  3. merge-queue merge-queue Public archive

    TypeScript 3 1

  4. Kin Kin Public

    Sane PBXProj files

    Python 980 34

  5. Alias for easier git rebase --onto Alias for easier git rebase --onto
    1
    [alias]
    2
    	# ronto stands for "rebase --onto". Uses the current branch to move it and updates the start-of-the-branch tag along
    3
    	ronto = "!f() { \
    4
    		git rebase --onto $1 __start__$(git rev-parse --abbrev-ref HEAD) $(git rev-parse --abbrev-ref HEAD); \
    5
    		git tag -d __start__$(git rev-parse --abbrev-ref HEAD); \
  6. learnyougit learnyougit Public

    Forked from Karumi/learnyougit

    A self-guided workshop to learn the basics and some of the internals of Git

    JavaScript 1