8000 GitHub - Kerl13/repostatus: Check that everything has been committed and pushed and the end of the day
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Check that everything has been committed and pushed and the end of the day

Notifications You must be signed in to change notification settings

Kerl13/repostatus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 

Repository files navigation

Repostatus

Run git status in every git repository under ~/git/ and display a nice summary of leftover files, untracked changes and commits that have not been pushed to a remote.

The output looks like (the colors are not rendered here):

==========================( Repostatus )==========================
==( dotfiles )========================================( Failed )==
On branch master
Your branch is up to date with 'origin/master'.

Changes not staged for commit:
  (use "git add <file>..." to update what will be committed)
  (use "git checkout -- <file>..." to discard changes in working directory)

	modified:   submodules/vimmic (new commits)

no changes added to commit (use "git add" and/or "git commit -a")
==( repostatus )======================================( Failed )==
On branch master
Your branch is up to date with 'origin/master'.

Untracked files:
  (use "git add <file>..." to include in what will be committed)

	README.md

nothing added to commit but untracked files present (use "git add" to track)
==( AsciiMath )===========================================( Ok )==
==( sage )================================================( Ok )==
==( rustre )==============================================( Ok )==
==( fun_with_types )======================================( Ok )==
==( git-trac-command )====================================( Ok )==
==( tree-sitter-menhir )==================================( Ok )==
==( expr_gadt )===========================================( Ok )==
==( recschemes )===================================( No remote )==

[...]

==( les-boloss/skeleton )=================================( Ok )==
==( les-boloss/hashcode19 )===============================( Ok )==
==( les-boloss/madcast )==================================( Ok )==
==( les-boloss/zipper )===================================( Ok )==
=============================( Done )=============================
==========================( 45 / 1 / 2 )==========================

About

Check that everything has been committed and pushed and the end of the day

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0