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.  If  git-extras.default-branch
29       isn´t  set, init.defaultBranch is used instead. If none of them are set
30       it defaults to main.
31

COMMANDS

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

AUTHOR

178       Written by Tj Holowaychuk <tj@vision-media.ca>
179

REPORTING BUGS

181       <https://github.com/tj/git-extras/issues>
182

SEE ALSO

184       <https://github.com/tj/git-extras>
185
186
187
188                                 December 2021                   GIT-EXTRAS(1)
Impressum