Created
November 9, 2014 14:57
-
-
Save lkptrzk/0e5cba870b0218c83f71 to your computer and use it in GitHub Desktop.
check state of a git repo
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
git pull && \ | |
git remote prune origin && \ | |
git status && \ | |
git stash list && \ | |
git branch -a |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment