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