Thanks to visit codestin.com
Credit goes to github.com

Skip to content
View sandrotanner's full-sized avatar
πŸŒ†
πŸŒ†
  • 23:34 (UTC +01:00)

Organizations

@grueneschweiz @jungegruene

Block or report sandrotanner

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
sandrotanner/README.md

πŸŒ†

Pinned Loading

  1. git_clean_local_branches.md git_clean_local_branches.md
    1
    deletes all local branches that are merged into master
    2
    ```
    3
    git branch | grep -v '^*' | xargs git branch -d
    4
    ```
    5
    use uppercase -D to force delete also branches that haven't been merged.
  2. sandrotanner sandrotanner Public