Skip to content
View ernestohs's full-sized avatar
🐙
coding in progress
🐙
coding in progress

Block or report ernestohs

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 250 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
ernestohs/README.md

/dev/10x 🐙 Profile Views

Top Langs

Pinned Loading

  1. dev-katas dev-katas Public

    In the world of software development, continuous learning and skill refinement are essential. One effective method for honing programming skills is through code katas. A code kata is an exercise in…

  2. how lazy I am how lazy I am
    1
    # BASH/ZSH ALIASES FOR THE LAZY DEVELOPER
    2
    
                  
    3
    ## Git Workflow Aliases
    4
    ### Push current branch to origin
    5
    alias push='git push origin $(git rev-parse --abbrev-ref HEAD)'
  3. dev-bash-productivity dev-bash-productivity Public

    Git bash scripts for productivity

    Shell