package
0.0.0-20240920113342-77b8270c230a
Repository: https://github.com/aceberg/git-syr.git
Documentation: pkg.go.dev
# Functions
CheckIfPush checks if the repo needs push.
CheckIfRepo checks if the path is git repo.
Pull - executes `git pull` in repo.
Push - executes git add -A git commit -m `date` git push in repo.