Skip to content

Instantly share code, notes, and snippets.

View dotnicode's full-sized avatar

Nicolas Romero Olmos dotnicode

  • 04:32 (UTC -03:00)
View GitHub Profile
@dotnicode
dotnicode / .gitconfig
Created February 1, 2026 23:13 — forked from Wirone/.gitconfig
GIT & GitFlow aliases for ~/.gitconfig
# GIT aliases for ~/.gitconfig file
# @author Grzegorz Korba <[email protected]>
# Credits: Miscellaneous places on the Internet...
# GitFlow related sections
[gitflow "branch"]
master = master
develop = develop
[gitflow "prefix"]
feature = feature/