spacewander
d4de567ca7
git-line-summary: should be the history
...
Also remove some trailing lines after the output.
2019-07-23 22:13:29 +08:00
spacewander
df06f3e3bd
git-rename-branch: change branch argument order
...
Now git-rename-branch has the same order like 'git branch -m', 'git
rename-tag' and other rename command.
Note that this is a break change.
Close #759 .
2019-07-06 11:41:47 +08:00
timfeirg
ecdd665f1c
git-mv-remote: rename a remote regardless of any existing remotes
2019-05-08 14:08:20 +08:00
Richard Russon
0f76863d9b
add: git-ignore -p (private to repo)
2018-05-23 23:59:21 +01:00
spacewander
693c84f8f0
git-release: add --semver option
2017-12-10 14:06:00 +08:00
Edward Betts
fc8eaf0d28
Fix so 'git rebase-patch' is described once.
2017-11-26 06:31:22 +00:00
Timothy Hwang
167f0c8b50
Docs> Add -- in front of cmd for git log
...
The current docs are incorrect, using the command gives an error msg:
```
error: unknown argument --since=1 week ago
error: if that argument was meant for git-log,
error: please put it after two dashes ( -- ).
```
2017-11-09 13:54:54 -05:00
Zeeshan Ahmed
9f621306cb
Fix typo
2017-08-09 11:23:19 +05:00
Mark Pitman
ab6c51bb8f
Update docs for new behavior
...
`git create branch`
`git feature|bug|chore|refactor`
2017-07-12 00:14:24 -07:00
spacewander
4d885acda0
fix various typos
2017-06-18 20:22:11 +08:00
Étienne BERSAC
d4c7581835
Add git-mr to checkout GitLab merge requests
2017-06-16 11:11:50 +02:00
Daniel Bruder
b41a4cf05b
pass release arguments to pre/post-release scripts
...
With some modification to catch up with latest situation.
Signed-off-by: spacewander <spacewanderlzx@gmail.com>
2017-05-02 14:35:03 +08:00
spacewander
0a125edeaf
git-standup: also update the docs
2017-04-13 00:16:37 +08:00
Niklas Schlimm
fe39ac8af2
Corrected repository location print out and docs ws-root-directory absolute path
2017-03-30 19:31:32 +02:00
Niklas Schlimm
ca62bdcfe6
Codereview Spacewander - whitespaces in workspace locations
2017-03-29 17:34:39 +02:00
Niklas Schlimm
7263b6c611
Review from spacewander
2017-03-28 21:52:21 +02:00
Niklas Schlimm
d3cccebbd2
Current workspace is default target of bulk operations
2017-03-17 17:13:15 +01:00
Niklas Schlimm
57c0eb776c
New Command git-bulk initial commit
2017-03-08 19:50:36 +01:00
Damien Tardy-Panis
c5bd28dd51
stamp: show real looking results in Commands.md doc
2016-12-04 16:21:09 +01:00
Damien Tardy-Panis
4aec48c85c
stamp: the message consists in all terms after the identifier
...
no need to put quotes in case of spaces
2016-12-04 16:21:09 +01:00
Damien Tardy-Panis
c9463bf6ef
stamp: identifier is case insensitive for the replacement
2016-12-04 16:21:09 +01:00
Damien Tardy-Panis
705bb32a7a
stamp: add to Commands doc
2016-12-04 16:21:05 +01:00
Richard Fearn
575f5dfd19
Commands.md: add link to 'git summary' in 'git line-summary' documentation
2016-11-19 13:41:21 +00:00
Richard Fearn
2a70117f02
Commands.md: add links to "git bug", etc. to index
...
Replace single "git feature|refactor|bug|chore" link with separate links for
each of the four commands, so they all appear in the right place in the index.
2016-11-19 13:36:48 +00:00
Richard Fearn
c5d29821da
Commands.md: add 'git rscp' link to 'git scp' documentation
...
(git scp documentation also covers git rscp)
2016-11-19 13:33:39 +00:00
Richard Fearn
4d92c8bdbf
Commands.md: put commands in alphabetical order
2016-11-19 13:29:00 +00:00
Richard Fearn
c3a303ef70
Fix typo in archive-file documentation
2016-11-18 12:26:11 +00:00
Robin Winslow
71a12810e0
Be explicit about only resetting git directories
...
This expects a target git directory. If it's not a git directory,
(e.g. a simple directory) then it will pass through to
`git clone` which will raise an error.
Here I'm clarifying that this tool will reset local *git directories* specifically.
2016-10-29 17:24:18 +01:00
Robin Winslow
e476562a46
git-force-clone
...
All files for git-force-clone, a command for overwriting local repos when closing repositories.
2016-10-28 22:23:47 +01:00
spacewander
1b84048bfc
Add --no-email to git-author
...
This feature is used to generate AUTHORS in 4.2.0 release.
2016-10-12 14:37:45 +08:00
罗泽轩
8e15d4245d
update docs to clarify rename-branch ( #581 )
2016-09-20 20:47:34 +05:30
Hozefa
5a8ce5e364
add rename-branch command ( #576 )
2016-09-11 09:11:32 +05:30
Nicolai Skogheim
3efe6ab2df
git-repl: improve and clean up docs
2016-08-12 15:57:26 +02:00
William Montgomery
d6f505f85a
Add 'exit' to git-repl command documentation
2016-08-12 08:21:31 -04:00
Nicolai Skogheim
5d15928e82
Merge pull request #563 from lukechilds/improve-fork
...
git-fork: use ssh remotes if possible
2016-08-04 14:13:55 +02:00
Luke Childs
ca78ac71ba
Update docs to reflect new git-fork behaviour
2016-08-03 13:10:18 +01:00
Damien Tardy-Panis
9b3e25f407
Add git reauthor ( #548 )
...
Based on https://help.github.com/articles/changing-author-info/
2016-08-02 19:41:56 +02:00
spacewander
66560432ce
add doc for git-pull-request and others
2016-07-29 11:39:39 +08:00
spacewander
a062420224
add git-release-patch to Commands.md
2016-07-28 22:24:40 +08:00
spacewander
88902b7586
add git-back to Commands.md
2016-07-28 22:24:40 +08:00
spacewander
c783733e16
add git-show-(un)merged-branches to Commands.md
2016-07-28 22:24:30 +08:00
Andrey Elizarov
3c16905754
update documentation. fix "git ignore-io" flags
2016-05-25 07:01:10 +04:00
Matiss
3783a27a39
Edit description of git clear-soft to indicate hard reset
2016-05-01 19:10:54 +02:00
Matiss
61fee79cc7
Add git-clear-soft command
...
Modify git-clear to indicate default behavior of removing git ignored files
2016-05-01 19:05:21 +02:00
spacewander
98f85c90b0
add docs for git standup
2016-04-15 20:34:03 +08:00
Andrew Marcinkevičius
301b436220
Fix typo: typess => types
2016-03-19 19:53:06 +02:00
George Crabtree
511c135e2f
Fix typo in git-clear documentation
2016-01-28 22:18:36 +11:00
Takuma Yamaguchi
19ece6192e
add example of git-sync
2016-01-16 01:47:30 +09:00
Takuma Yamaguchi
12e416a324
add git-sync
2016-01-14 00:19:12 +09:00
hemanth.hm
1d8534b9cd
Merge pull request #448 from Lee-W/master
...
Add git-ignore-io
2015-10-28 10:15:40 +05:30
Antoine Beaupré
4b795fc42f
add simple sed command
2015-10-08 16:13:27 -04:00
Johannes Ewald
7b74567550
Add possibility to also checkout pull requests based on GitHub urls
2015-09-24 16:11:06 +02:00
Richard Littauer
c0ad975f22
Alphabetized list
2015-09-14 11:01:35 -04:00
spacewander
f6f45990ab
update git-feature docs
2015-09-11 20:23:20 +08:00
LeeW
ccd5303040
Update manual and description in Commands
2015-09-08 19:42:20 +08:00
LeeW
a1d0445cc1
Add description to Commands.md for git-ignore-io
2015-09-07 21:41:59 +08:00
Nils Winkler
55bfebbc21
Updated documentation for git-ignore
...
* Updated output for `git ignore`
* Added description and examples for `git ignore -g` and `git ignore -l`
2015-09-04 11:09:32 +02:00
Nils Winkler
da76b2ae86
Added details to git-pr documentation
...
Details for:
* Using a remote other than `origin` by providing it in the second parameter.
* Using the `clean` parameter to remove all local `pr/*` branches.
2015-09-03 10:50:27 +02:00
grindhold
ecf7f05f12
added git-clear to Commands.md
2015-08-26 22:20:09 +02:00
Steve Mao
7b06400ac7
fix link of git feature|refactor|bug|chore
2015-08-25 16:00:39 +10:00
luozexuan
11fd45791b
update Commands.md
2015-08-14 14:49:32 +08:00
Rémy HUBSCHER
84699acc6e
Add documentation.
2015-08-11 11:26:52 +02:00
Andrei Petcu
c2ea7f081a
effort: documentation for git effort --since #326
2015-07-27 15:23:57 +03:00
Newell Zhu
69af52b99e
Document for git-line-summary
2015-05-14 22:13:37 +08:00
Ivan Malopinsky
28982cbd2d
git merge-repo
2015-04-19 11:15:33 -04:00
spacewander
34c9a486bf
add wiki for git-guilt
2015-04-19 16:24:35 +08:00
Mark Eissler
634fbb54b8
Update docs for revised git-changelog.
2015-03-13 16:15:58 -07:00
spacewander
b2c937e03a
add wiki for git-merge-into
2015-03-11 14:47:08 +08:00
chernjie
2a9ce31d25
git scp #300
2015-02-16 12:02:03 +08:00
Ivan Malopinsky
fc89e17a3c
link to git delta
2015-02-10 00:03:09 -05:00
Ivan Malopinsky
30d2f07360
git delta usage
2015-02-09 23:54:54 -05:00
Titus Wormer
0fd45396ce
Add git-authors
2015-02-08 10:59:36 +01:00
Chris Hall
cb2aa2792f
Updated Commands (markdown)
2015-02-06 15:50:25 -05:00
Chris Hall
ee543f184a
Updated Commands (markdown)
2015-02-06 15:49:26 -05:00
Chris Hall
50650ec314
Updated Commands (markdown)
2015-02-06 15:48:40 -05:00
Chris Hall
104e953dd3
Updated Commands (markdown)
2015-02-06 15:48:20 -05:00
Chris Hall
dae7399f7e
Updated Commands (markdown)
2015-02-06 15:47:49 -05:00
neydroid
b99a6a0fed
Fix link to git feature command
2014-12-28 13:48:35 -08:00
timfeirg
e300ddfdcc
some remaining dashes
2014-12-16 07:51:42 -08:00
timfeirg
0f5985889b
roughly finished
2014-12-16 07:39:26 -08:00
timfeirg
48f85b4039
Updated Commands (markdown)
2014-12-16 07:17:47 -08:00
timfeirg
b46740bd33
Updated Commands (markdown)
2014-12-16 07:17:15 -08:00
timfeirg
67d48c7682
Updated Commands (markdown)
2014-12-16 07:16:59 -08:00
timfeirg
8585e0060d
gonna use the clean sub command for each command explanation
2014-12-16 07:16:19 -08:00
timfeirg
fe618642eb
add commands page, all copy & paste
2014-12-16 07:06:38 -08:00