1GIT-EXTRAS(1)                     Git Extras                     GIT-EXTRAS(1)
2
3
4

NAME

6       git-extras - Awesome GIT utilities
7

SYNOPSIS

9       git-extras [-v,--version] [-h,--help] [update]
10

OPTIONS

12       -v, --version
13
14       Show git-extras version number.
15
16       -h, --help
17
18       Show this help. This option can also be used for any of the extras com‐
19       mands.
20
21       update
22
23       Self update.
24

ENVIRONMENT AND CONFIGURATION VARIABLES

26       git config --add git-extras.default-branch $BRANCH
27
28       Change the default branch to $BRANCH (defaut to master).
29

COMMANDS

31       ·   git-alias(1) Define, search and show aliases
32
33       ·   git-archive-file(1) Export the current HEAD of the  git  repository
34           to an archive
35
36       ·   git-authors(1) Generate authors report
37
38       ·   git-browse(1) View the web page for the current repository
39
40       ·   git-brv(1) List branches sorted by their last commit date
41
42       ·   git-bulk(1) Run git commands on multiple repositories
43
44       ·   git-changelog(1) Generate a changelog report
45
46       ·   git-clear-soft(1) Soft clean up a repository
47
48       ·   git-clear(1) Rigorously clean up a repository
49
50       ·   git-coauthor(1) Add a co-author to the last commit
51
52       ·   git-commits-since(1) Show commit logs since some date
53
54       ·   git-contrib(1) Show user´s contributions
55
56       ·   git-count(1) Show commit count
57
58       ·   git-cp(1) Copy a file keeping its history
59
60       ·   git-create-branch(1) Create branches
61
62       ·   git-delete-branch(1) Delete branches
63
64       ·   git-delete-merged-branches(1) Delete merged branches
65
66       ·   git-delete-submodule(1) Delete submodules
67
68       ·   git-delete-tag(1) Delete tags
69
70       ·   git-delta(1) Lists changed files
71
72       ·   git-effort(1) Show effort statistics on file(s)
73
74       ·   git-feature(1) Create/Merge feature branch
75
76       ·   git-force-clone(1) overwrite local repositories with clone
77
78       ·   git-fork(1) Fork a repo on github
79
80       ·   git-fresh-branch(1) Create fresh branches
81
82       ·   git-gh-pages(1) Create the GitHub Pages branch
83
84       ·   git-graft(1) Merge and destroy a given branch
85
86       ·   git-guilt(1) calculate change between two revisions
87
88       ·   git-ignore-io(1) Get sample gitignore file
89
90       ·   git-ignore(1) Add .gitignore patterns
91
92       ·   git-info(1) Returns information on current repository
93
94       ·   git-local-commits(1) List local commits
95
96       ·   git-lock(1) Lock a file excluded from version control
97
98       ·   git-locked(1) ls files that have been locked
99
100       ·   git-merge-into(1) Merge one branch into another
101
102       ·   git-merge-repo(1) Merge two repo histories
103
104       ·   git-missing(1) Show commits missing from another branch
105
106       ·   git-mr(1) Checks out a merge request locally
107
108       ·   git-obliterate(1) rewrite past commits to remove some files
109
110       ·   git-paste(1) Send patches to pastebin for chat conversations
111
112       ·   git-pr(1) Checks out a pull request locally
113
114       ·   git-psykorebase(1) Rebase a branch with a merge commit
115
116       ·   git-pull-request(1) Create pull request for GitHub project
117
118       ·   git-reauthor(1) Rewrite history to change author´s identity
119
120       ·   git-rebase-patch(1) Rebases a patch
121
122       ·   git-release(1) Commit, tag and push changes to the repository
123
124       ·   git-rename-branch(1) rename local branch and push to remote
125
126       ·   git-rename-remote(1) Rename a remote
127
128       ·   git-rename-tag(1) Rename a tag
129
130       ·   git-repl(1) git read-eval-print-loop
131
132       ·   git-reset-file(1) Reset one file
133
134       ·   git-root(1) show path of root
135
136       ·   git-scp(1) Copy files to SSH compatible git-remote
137
138       ·   git-sed(1) replace patterns in git-controlled files
139
140       ·   git-setup(1) Set up a git repository
141
142       ·   git-show-merged-branches(1) Show merged branches
143
144       ·   git-show-tree(1) show branch tree of commit history
145
146       ·   git-show-unmerged-branches(1) Show unmerged branches
147
148       ·   git-squash(1) squash N last changes up to a ref´ed commit
149
150       ·   git-stamp(1) Stamp the last commit message
151
152       ·   git-standup(1) Recall the commit history
153
154       ·   git-summary(1) Show repository summary
155
156       ·   git-sync(1) Sync local branch with remote branch
157
158       ·   git-touch(1) Touch and add file to the index
159
160       ·   git-undo(1) Remove latest commits
161
162       ·   git-unlock(1) Unlock a file excluded from version control
163
164
165

AUTHOR

167       Written by Tj Holowaychuk <tj@vision-media.ca>
168

REPORTING BUGS

170       <https://github.com/tj/git-extras/issues>
171

SEE ALSO

173       <https://github.com/tj/git-extras>
174
175
176
177                                 October 2020                    GIT-EXTRAS(1)
Impressum