Skip to content

Instantly share code, notes, and snippets.

View mikemtdev's full-sized avatar
🎯
Focusing

Mike M.T Njovu mikemtdev

🎯
Focusing
View GitHub Profile
@mikemtdev
mikemtdev / .gitconfig
Created August 6, 2021 14:36 — forked from Wirone/.gitconfig
GIT & GitFlow aliases for ~/.gitconfig
# GIT aliases for ~/.gitconfig file
# @author Grzegorz Korba <grzegorz.korba@codito.net>
# Credits: Miscellaneous places on the Internet...
# GitFlow related sections
[gitflow "branch"]
master = master
develop = develop
[gitflow "prefix"]
feature = feature/