Skip to content

Instantly share code, notes, and snippets.

@sanjoy
Created September 10, 2015 18:21
Show Gist options
  • Save sanjoy/0d29d3ba6b12af9d767b to your computer and use it in GitHub Desktop.
Save sanjoy/0d29d3ba6b12af9d767b to your computer and use it in GitHub Desktop.
#!/bin/bash
if [[ "$#" -ne 1 ]]; then
echo "usage: git trash < branch name >"
exit 1
fi
git update-ref refs/trash/${1} ${1}
git branch -D ${1}
@jdady215
Copy link

can you give me a new proxies the place i am in are blocking every single proxy

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment