git-scripts 0.9.2 → 0.9.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,74 +0,0 @@
1
- feature(1) - Perform actions on a git feature branch.
2
- ==========================================================
3
-
4
- ## SYNOPSIS
5
-
6
- `feature` <var>command</var> [<var>args</var>]
7
-
8
- ## DESCRIPTION
9
-
10
- **Feature** is a helper script for a modified git-flow model.
11
-
12
- ## COMMANDS
13
-
14
- * feature-list(1):
15
- List the current branch and any available feature branches.
16
- * feature-start(1):
17
- Start a new feature branch.
18
- * feature-url(1):
19
- Get the url of a branch's pull request.
20
- * feature-switch(1):
21
- Switch to another feature branch.
22
- * feature-finish(1):
23
- Finish this feature branch (push and open a pull request).
24
- * feature-finish-issue(1):
25
- Finish this feature branch and attach it to an issue.
26
- * feature-merge(1):
27
- Merge a feature branch into the development branch.
28
- * feature-pull(1):
29
- Pull remote updates into this branch.
30
- * feature-prune(1):
31
- Remove old branches on local or origin.
32
- * feature-status(1):
33
- Determine if the current branch is up-to-date with the remote branch.
34
- * feature-stashes(1):
35
- Show stashes saved on the current branch.
36
- * feature-github-test(1):
37
- Test Github authentication.
38
-
39
- ## COPYRIGHT
40
-
41
- Copyright (c) 2012-2013 iFixit.
42
-
43
- ## SEE ALSO
44
-
45
- git(1)
46
-
47
- ## WWW
48
-
49
- https://github.com/iFixit/git-scripts
50
-
51
-
52
-
53
- [SYNOPSIS]: #SYNOPSIS "SYNOPSIS"
54
- [DESCRIPTION]: #DESCRIPTION "DESCRIPTION"
55
- [COMMANDS]: #COMMANDS "COMMANDS"
56
- [COPYRIGHT]: #COPYRIGHT "COPYRIGHT"
57
- [SEE ALSO]: #SEE-ALSO "SEE ALSO"
58
- [WWW]: #WWW "WWW"
59
-
60
-
61
- [feature(1)]: feature.1.html
62
- [feature-list(1)]: feature-list.1.html
63
- [feature-start(1)]: feature-start.1.html
64
- [feature-switch(1)]: feature-switch.1.html
65
- [feature-finish(1)]: feature-finish.1.html
66
- [feature-merge(1)]: feature-merge.1.html
67
- [feature-pull(1)]: feature-pull.1.html
68
- [feature-status(1)]: feature-status.1.html
69
- [feature-stashes(1)]: feature-stashes.1.html
70
- [feature-github-test(1)]: feature-github-test.1.html
71
- [git(1)]: https://www.kernel.org/pub/software/scm/git/docs/
72
- [feature-finish-issue(1)]: feature-finish-issue.1.html
73
- [feature-prune(1)]: feature-prune.1.html
74
- [feature-url(1)]: feature-url.1.html