Skip to content

DanVanAtta/git_tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

git_tools

Helper scripts to make working with git easier.

Installation

  • Clone this repository.
  • Add the cloned folder to your path

Various additional useful commands

Delete Merged Branches

git branch --merged | \
   grep -v \* | \
   grep -v "main" | \
   xargs git branch -D

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages