Skip to content

tommeier/git-wtf

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

git-wtf

A useful script that displays local & remote branches, what are in sync and what need merging,
and so on, like so:

Local branch: heads/master
[x] in sync with remote

Remote branch: origin/master (git@github.com:account/project.git)
[x] in sync with local

Feature branches:
[x] ticket_827 is merged in
[ ] ticket_831 is NOT merged in (1 commit ahead; 18 commits behind)
    - [dependencies] Depend on library X, version Y [bfda321]

Installation

$ make git-alias
(makes $ git wtf work)

$ make git-sh-alias
(makes master!repo> wtf work in git-sh console)

or just:

$ make
to perform both actions.

Then:
sudo make install
(obviously, installs git-wtf script into your /usr/local/bin directory)

About

A Ruby script that displays detailed status of local & remote branches, whether they are merged, and so on

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%