Skip to content

Instantly share code, notes, and snippets.

View CyboMer's full-sized avatar

Wilmer CyboMer

  • Denver, CO
View GitHub Profile
@CyboMer
CyboMer / .gitconfig
Last active October 30, 2025 13:50
Powerful Aliases in Terminal (zsh, docker, and git)
# This is Git's per-user configuration file.
[user]
# Please adapt and uncomment the following lines:
# name = John Doe
# email = jdoe@domain.com
[alias]
# general commands
br = branch
ch = checkout
cob = checkout -b