Skip to content

postmodern/git-productivity

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

git-productivity

A collection of Git commands that make using this wonderful SCM a bit easier.

Commands

  • git-exclude adds paths to your local [exclude file][excludes].
  • git-restore pops the last thing out of your stash.
  • git-shortlog is a handy alias for a single-line log view.
  • git-staged shows a diff of all currently staged files.
  • git-standup renders a shortlog of every commit you made in the past 7 days.
  • git-unstage is an alias for git-reset.

Contributions

Please contribute!

About

A collection of useful Git extensions

Resources

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published

Languages

  • Makefile 56.6%
  • Shell 26.3%
  • Ruby 17.1%