Skip to content

Instantly share code, notes, and snippets.

View lasantosr's full-sized avatar

Luis lasantosr

  • Alicante, Spain
  • 18:37 (UTC +02:00)
View GitHub Profile
@lasantosr
lasantosr / command.sh
Last active August 3, 2025 16:57
IntelliShell Commands
# [alias:gb] Checkout a new git feature or bugfix branch
git checkout -b {{feature|bugfix}}/{{{description:kebab}}}
# [alias:gc] Checkout trunk branch back and pull new changes
git checkout {{main|develop}} && git pull
# List last git commits
git --no-pager log -n {{3}} --oneline
# Amend a commit without editing the message