Coder Social home page Coder Social logo

git-clean-branches's People

Contributors

dfedde avatar dotyjim-work avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

Forkers

dotyjim-work

git-clean-branches's Issues

gone_branches doesn't seem to match anything?

git version: git version 2.24.3 (Apple Git-128)

I added a set -x

if [ "$dry_run" == 'true' ]; then
	gone_branches $remote
	exit
fi
set -x
for branch in $(gone_branches $remote); do
	git branch $delete_flag "$branch"
done

ran git-clean-branches and it produced this

❯ git-clean-branches
no remote given defaulting to origin
++ gone_branches origin
++ local remote=origin
++ git branch -vv
++ sed 's/^\*//'
++ grep 'origin/.*: gone]'
++ awk '{print $1}'

this grep won;t match aything
git branch -vv | sed "s/^\*//"| grep "origin/.*: gone]"

grep branch -vv produces something akin to

add_domain            11d8899 [origin/add_domain] adds a domain
adds-logging          7de32d5 [origin/adds-logging] adds logging

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.