]> git.corax.cc Git - toolbox/commit
include/git: Add module for interaction with git repositories
authorMatthias Kruk <m@m10k.eu>
Sun, 8 Aug 2021 06:30:36 +0000 (15:30 +0900)
committerMatthias Kruk <m@m10k.eu>
Sun, 8 Aug 2021 06:30:36 +0000 (15:30 +0900)
commit44f3c062000d6717b13c7808228509ec4422ceff
tree95ebf9d9f519c02bdc0e7634fcf9be5259770d53
parentf844a613ea42c8ca8aa4ed1656a906bf78cf79b2
include/git: Add module for interaction with git repositories

This commit adds a module that can be used to perform operations such
as cloning, merging, pushing, etc on a git repository without having
to change directories.
include/git.sh