Skip to content

esteigler/git-delete-branch

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Delete local and remote git branches.

Usage:

	$ deletebranch.sh [branchname]

Example output:

	$ deletebranch.sh [branchname]
	[branchname] branch last updated: 8 weeks ago
	
	Are you sure you want to delete the local [branchname] branch? <Y>es or <N>o
	Deleting...
	Local branch [branchname] deleted.
	Are you sure you want to delete the remote [branchname] branch? <Y>es or <N>o
	Deleting...
	Remote branch [branchname] deleted.
	$

About

Git delete branch tool

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Shell 100.0%