Skip to content

alexdavid/git-branch-status

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

git-branch-status

Git command to give you an overview of your branches

Screenshot

Installing

Using nix flakes

{
  inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.05";

  inputs.git-branch-status = {
    url = "github:alexdavid/git-branch-status";
    inputs.nixpkgs.follows = "nixpkgs";
  };
  outputs = { nixpkgs, git-branch-status, ... }: let
    nixosConfigurations.myMachine = nixpkgs.lib.nixosSystem {
      modules = [{
        users.users.myuser.packages = [
          git-branch-status.packages.x86_64-linux.default
        ];
      }];
    };
  };
}

Using git

$ git clone https://github.com/alexdavid/git-branch-status.git
$ cp git-branch-status/git-branch-status /usr/local/bin

About

Git command to give you an overview of your branches

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •