Mario Sommer

Results 1 comments of Mario Sommer

two of my favorite git aliases are: **List all Submodules** `alias gsub="grep path .gitmodules | sed 's/.*= //'"` **List Tags in a usefull way** `alias gt="git tag -l --sort=v:refname |...