Skip to content

Powershell script you run from a directory, and it will navigate all child folders to find git repositories, and perform the required operations (fetch, pull, status, etc).

Notifications You must be signed in to change notification settings

develorem/git-the-world

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

git-the-world

Powershell script you run from a directory, and it will recursively navigate all child folders to find git repositories, and perform the required operations (fetch, pull, status, etc).

Usage

gittheworld.ps1 [action] [path]

Examples:

gittheworld.ps1 fetch c:\source
gittheworld.ps1 pull "c:\source"
gittheworld.ps1 "checkout -b newbranch" c:\source

About

Powershell script you run from a directory, and it will navigate all child folders to find git repositories, and perform the required operations (fetch, pull, status, etc).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published