Quite a lot of extras for git. git-release, git-ignore, git-setup, git-changelog, git-effort, and more.
git
Go to file
Prayag Verma d286839da1 Mention initial copyright year and add contributors to copyright
I am not a lawyer but according to http://www.copyright.gov/circs/circ01.pdf (See screenshot of relevant section below), mentioning the first year of publication in the copyright is a good thing

![selection_008](https://cloud.githubusercontent.com/assets/829526/12409934/7021c3a6-be95-11e5-8d1a-18f6948571e0.png)

Mentioning 2010 as the first release happened at that time - https://github.com/tj/git-extras/releases/tag/0.0.1

Also adding `Contributors` to copyright because TJ Holowaychuk is not the only person owning copyright for the whole project. The copyright is collectively owned by all contributors, or more precisely: every contributor owns a copyright on the code he or she has contributed.

The only way to retain full copyright over code is to ask for signing contributor's agreement before merging in changes. This is, in fact, what some companies who license commercially their free software do.
2016-01-30 17:30:04 +05:30
bin Bump version to 4.2.0-dev. 2016-01-24 15:07:09 -06:00
etc Add completion for git-psykorebase. 2015-07-31 17:06:22 +02:00
helper helper/reset-env: helper to prevent GREP_OPTIONS from causing issues 2015-04-08 18:50:41 -04:00
man Regerenate git-pr.html 2016-01-22 20:51:36 +08:00
AUTHORS Version 4.1.0 2016-01-24 15:04:10 -06:00
Commands.md add example of git-sync 2016-01-16 01:47:30 +09:00
History.md Version 4.1.0 2016-01-24 15:04:10 -06:00
install.cmd installation.md: Update information about column.exe 2016-01-06 15:54:04 +01:00
install.sh Fixed typo in install.sh 2015-09-04 13:44:51 +02:00
Installation.md Merge pull request #497 from JanSchulz/win_inst2 2016-01-14 12:49:25 -06:00
LICENSE Mention initial copyright year and add contributors to copyright 2016-01-30 17:30:04 +05:30
Makefile Makefile: fix inverted list of commands that use is_git_repo 2015-12-31 20:28:13 -05:00
Makefile.msys add install script for PortableGit(msysgit) 2015-07-29 08:20:10 +02:00
not_need_git_repo Makefile: fix inverted list of commands that use is_git_repo 2015-12-31 20:28:13 -05:00
Readme.md Add Gitter badge. 2015-12-29 12:31:11 -06:00

Git Extras

Gitter

Little git extras.

Screencasts

Just getting started? Check out these screencasts:

  • introduction -- covering git-ignore, git-setup, git-changelog, git-release, git-effort and more

Installation

See Installation page.

Commands

Go to Commands page for basic usage and examples.

GIT utilities -- repo summary, repl, changelog population, author commit percentages and more