Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 395 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 395 Bytes

gitutils

My collection of home cooked git scripts:

  • git_cur_branch prints branch or short sha if detached
  • git_has_remote_updates returns true false if upstream is ahead
  • git_cautious_check_remote uses local cache to remember upstream
  • git_list_remote_updates log of new things upstream
  • git_prompt shows a workflow verb and branch for use in a prompt

License: BSD