Skip to content
/ GitOut Public

A command line tool for efficient Git branch management. Switch to the main branch, pull the latest code, and switch to a new branch in one step

License

Notifications You must be signed in to change notification settings

xbotter/GitOut

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitOut

This is a simple command line tool that can switch to the master/main branch and pull the latest code in one step, and switch to a new branch in one step.

Installation

Requires .NET SDK 8.0 to be installed. Then you can install the tool using the following command:

dotnet tool install -g gitout

Usage

git-out my-new-branch

This will switch to the main branch, pull the latest code, and then switch to the new branch my-new-branch.

If you want to switch to the other branch and pull the latest code, you can run:

git-out -m master my-new-branch

License

MIT


Generated By Github Copilot

About

A command line tool for efficient Git branch management. Switch to the main branch, pull the latest code, and switch to a new branch in one step

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages