RadishTools.Gitfo
0.3.1
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet tool install --global RadishTools.Gitfo --version 0.3.1
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest # if you are setting up this repo dotnet tool install --local RadishTools.Gitfo --version 0.3.1
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=RadishTools.Gitfo&version=0.3.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package RadishTools.Gitfo --version 0.3.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Gitfo
A tool for managing multiple git repositories.
Do you develop solution that span multiple Git repositories? Tired of manually checking the status of all of them and synchronizing them? Gitfo is for you!
At the core, gitfo is configured with a single .gitfo
file in a root development folder. All repositories must be child folders of this Root.
Requirements
- Gitfo is configured with a single
.gitfo
file in a directory referred to as Root - Gitfo supports multiple profiles in one configuration file
- Gitfo supports repositories with different owners
- The Gitfo Root folder can have any valid folder name
- All Gitfo managed repositories shall be child folders of Root.
- Gitfo can clone missing repositories
- Gitfo can pull existing repositories
- Gitfo can fetch existing repositories
- Gitfo can output the status of all managed repositories
- Gitfo-managed repositories have a "default" branch
- The default branch can be specified per repository in the config
- An unspecified "default" branch will be
main
Command examples
command | description |
---|---|
gitfo generate |
Generate a .gitfo file for an existing root folder |
gitfo sync |
Does a pulls or clone of all repos in the default profile |
gitfo status |
Show the status of all repos in the default profile |
gitfo status -p {profile} |
Show the status of all repos in the selected profile |
gitfo pull |
Does a git pull for all repos in the default profile |
gitfo fetch |
Does a git fetch for all repos in the default profile |
gitfo checkout |
Does a git checkout for all repos in the default profile, checking out the configured default branch for each. |
gitfo checkout -b {branch-name} |
Does a git checkout for all repos in the default profile, checking out the specified branch for each (if it exists). |
** all commands support the -p
option shown in `gitfo status above
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.