Skip to content

SKoschnicke/quassum_git

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

1. create list of remote branches and save it into branches.txt

   git branch -r > branches.txt

   (see create_branch_txt.sh)

2. execute branches.rb

   ruby branches.rb

   this creates delete_closed_tickets.sh

3. execute delete_closed_tickets.sh to delete branches
   you can use ssh-agent to avoid entering your password on every branch delete:

   `ssh-agent`
   ssh-add

About

delete branches belonging to closed tickets in Quassum

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors