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

Ernesto Herrera Salinas 🐙 Profile Views

Your Repository's Stats

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
    alias push='git push origin $(git rev-parse --abbrev-ref HEAD)'
    2
    alias pull='git pull --recurse-submodules origin $(git rev-parse --abbrev-ref HEAD)'
    3
    alias s="git status -s"
    4
    alias c="git commit -m "
    5
    alias a='git add . && git status -s'
  3. dev-bash-productivity dev-bash-productivity Public

    Git bash scripts for productivity

    Shell