Guest User

Untitled

a guest
Dec 15th, 2017
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. #!/usr/bin/env bash
  2.  
  3. echo `git rev-parse --abbrev-ref HEAD`
  4.  
  5. echo `git symbolic-ref --short HEAD`
  6.  
  7. echo `git branch | sed -n '/* /s///p'`
  8.  
  9. echo `git status | head -1`
  10.  
  11. echo `git describe --all`
Add Comment
Please, Sign In to add comment