Categorygithub.com/geerteltink/git-status
modulepackage
0.0.0-20240601152314-4c3fed95e2ce
Repository: https://github.com/geerteltink/git-status.git
Documentation: pkg.go.dev

# README

git-status

This displays the git status of either the current dir or all sub dirs if the current dir is not a valid repo.

Why? Why not?

So I wanted to play with GO and managed to get passed the hello tutorial. I still needed to improve my git-status batch script so this felt the right project for learning about GO.