Commit graph

61 commits

Author SHA1 Message Date
Tj Holowaychuk 9dca3c36f6 Merge branch 'master' of github.com:visionmedia/git-extras 2012-02-01 13:07:27 -08:00
Tj Holowaychuk 902996edd2 Added git-squash 2012-02-01 13:07:14 -08:00
Leandro López 3c26c94972 Adding git-ignore patterns from template was inside git-create-branch documentation. 2011-12-31 12:17:12 -02:00
Jonhnny Weslley 7a632e9026 remove git-promote
use the `-u` option instead:

    git push -u origin branch_name
2011-12-26 14:04:45 -03:00
TJ Holowaychuk 2b77c93bf4 Update Readme.md 2011-12-16 09:08:43 -08:00
TJ Holowaychuk 6e0107ca76 Update Readme.md 2011-12-16 09:08:30 -08:00
Tj Holowaychuk c4e938d656 Added pre- post-release hooks to git-release 2011-12-08 07:55:29 -08:00
Jonhnny Weslley 7780038a39 Added git-promote
Promotes a local topic branch to a remote tracking branch of the same name,
by pushing and then setting up the git config.

Thanks to ENTP:
http://hoth.entp.com/2008/11/10/improving-my-git-workflow
2011-11-24 15:18:16 -03:00
Tj Holowaychuk 7a5833c88c merged 2011-11-09 20:14:27 -08:00
Tj Holowaychuk a5772a670c Removed git-apply-branch
just realized --squash is pretty much this
2011-11-09 20:13:19 -08:00
Tony f51e56b4e2 Added syntax highlighting; numerous tweaks to punctuation; use present tense consistently throughout; tweaked markup so commands are backticked for readability. 2011-09-28 09:25:15 -03:00
Tj Holowaychuk 897ed16e6b Added git-apply-branch 2011-08-25 11:45:17 -07:00
Tj Holowaychuk 834b06e895 doc typo 2011-08-24 19:53:50 -07:00
Tj Holowaychuk 6a9fe62c7d Added percentages to git-summary 2011-08-24 19:28:57 -07:00
Tj Holowaychuk 6721c10087 fixed one-liner 2011-07-01 10:35:49 -07:00
Tj Holowaychuk 74eff27090 docs 2011-05-20 07:37:25 -07:00
Tj Holowaychuk 1f7edd9d24 revert broken git-release 2011-05-20 07:29:53 -07:00
Tj Holowaychuk 11ee5ed4f8 merge conflicts 2011-05-19 14:30:31 -07:00
Jonhnny Weslley a5392d54c3 git-ignore template support. Templates are based in https://github.com/github/gitignore
Signed-off-by: Tj Holowaychuk <tj@vision-media.ca>
2011-05-19 14:26:46 -07:00
Jonhnny Weslley 8c4cabd803 Merge branch 'master' of git://github.com/visionmedia/git-extras 2011-05-19 14:21:54 -03:00
Tj Holowaychuk ec0a1d655b docs 2011-04-05 02:55:02 -07:00
Tj Holowaychuk 5d267749a6 docs 2011-03-29 08:58:12 -07:00
Tj Holowaychuk b48ee68b8d docs 2011-03-27 09:06:08 -07:00
Jonhnny Weslley ae511e0ef0 documentation for git-alias 2011-03-16 15:58:27 -03:00
Jonhnny Weslley b74a9d7080 Added git-create-branch 2011-02-22 17:04:44 -03:00
Tj Holowaychuk 2b692f861f Added gh-pages command 2011-02-10 20:25:25 -08:00
Jonhnny Weslley 6f63a770c5 Merge branch 'master' of git://github.com/visionmedia/git-extras 2010-11-24 10:19:46 -03:00
Tj Holowaychuk 0a15fb839c https. Closes #27
weird, I thought we changed this to http a while ago because https was not working haha, durr
2010-11-18 12:57:54 -08:00
Jonhnny Weslley deadcd64a5 git-ignore template support. Templates are based in https://github.com/github/gitignore 2010-11-09 12:03:31 -03:00
Tj Holowaychuk bf25069fab One-liner 2010-10-25 14:54:44 -07:00
Tj Holowaychuk 306a1b37b9 Misc 2010-10-22 16:33:34 -07:00
Alex McHale 86156ae011 Add command git-touch. 2010-10-15 09:26:45 -07:00
Tj Holowaychuk 9bc2f5900a new git-ignore docs 2010-10-08 08:31:06 -07:00
Jonhnny Weslley e53bb372c1 add some usage notes to git-delete-submodule 2010-10-08 08:29:27 -07:00
Tj Holowaychuk 1b5d9890f9 git-setup argument is now optional, defaulting to the CWD 2010-09-14 14:52:41 -07:00
Tj Holowaychuk 3f5afc18cd Brew installation 2010-09-12 12:17:03 -07:00
Jonathan "Duke" Leto 0bc7afe27e Add docs about git summary to Readme.mkd 2010-09-08 15:16:49 -07:00
Tj Holowaychuk 8d4f55b048 git-graft dest branch defaults to master 2010-09-06 13:27:29 -07:00
Aggelos Orfanakos 9a1fcf98e9 Add git-setup 2010-09-02 08:31:57 +03:00
Kenneth Reitz d978428973 Added git-graft. 2010-08-28 12:16:54 -07:00
Kenneth Reitz 22ac367284 Added git-undo for removing recent commits. 2010-08-27 23:22:26 -07:00
Kenneth Reitz db43e1f6aa Added the essential'fresh-branch' feature. Updated Readme.md accordingly. 2010-08-27 21:20:33 -07:00
Tj Holowaychuk d91aab34e5 Added git-update-extras 2010-08-27 13:42:36 -07:00
Tj Holowaychuk eb5c0df001 Added git-contrib 2010-08-23 10:11:06 -07:00
Tj Holowaychuk d77cc7a6ef Added git-summary 2010-08-12 08:32:33 -07:00
Tj Holowaychuk 0a84ea1688 Added git-commits-since 2010-08-12 07:45:04 -07:00
Tj Holowaychuk d250c44888 Fixed readme 2010-08-11 08:25:12 -07:00
Tj Holowaychuk 0e6361331d Added git-repl 2010-08-10 21:29:39 -07:00
Tj Holowaychuk 0ed2a49b3c Added git-delete-tag 2010-08-10 21:15:30 -07:00
Tj Holowaychuk 4dc99404ac Added git-delete-branch 2010-08-10 21:13:59 -07:00