Technology Experiments
My experiments with different technologies.
Monday, June 22, 2015
Git command
to delete all branched other than master:
git branch | grep -v master | xargs git branch -D
to reset master:
git reset --hard origin/master
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment