Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Master #15

Open
wants to merge 68 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
68 commits
Select commit Hold shift + click to select a range
5dd110a
*out, espeak
Apr 9, 2020
1fcd9ca
readable names
Apr 9, 2020
0288e4a
move in_progress
Apr 9, 2020
fcc27a8
space - more details
Apr 9, 2020
3ba9884
reorder
Apr 9, 2020
5ff8c57
remote()
Apr 9, 2020
8b4dfc1
+in_progress()
Apr 9, 2020
263254d
log remote, local
Apr 9, 2020
e859c36
*head
Apr 9, 2020
0eb7d09
branches
Apr 9, 2020
6bb999a
diff --stat
Apr 9, 2020
1e8d111
modified
Apr 11, 2020
5627516
head-branch
Apr 11, 2020
ca77206
untracked
Apr 11, 2020
30c1f4e
readme
Apr 13, 2020
249a6e4
clone xsel
Apr 14, 2020
fe53234
*
Apr 14, 2020
15049a3
vim diff_to_quickfix
Apr 16, 2020
3d42926
action_itemes
Apr 16, 2020
1017921
*quickfix
Apr 21, 2020
8a46cd7
move args
Apr 21, 2020
06787e8
report arg
Apr 21, 2020
7493632
*Fetures
Apr 21, 2020
70d6686
move shift
Apr 22, 2020
8004a28
action, ask
Apr 22, 2020
62b63f5
unit-tests, init test
Apr 22, 2020
76828fe
+other
Apr 26, 2020
76f23ee
branches, cleanup
Apr 26, 2020
101beee
log
Apr 26, 2020
f94bda8
gui
Apr 26, 2020
88611a9
*
Apr 26, 2020
d3da531
Update README.rst
Apr 26, 2020
cd2d1b0
print-actions
May 5, 2020
0c1e4da
*unmerged
May 5, 2020
7f7c369
conflicted
May 5, 2020
63a9a68
show-current-patch
May 5, 2020
e7bf4c7
reorder modified
May 5, 2020
e757324
head-branch^
May 5, 2020
ec8e044
*readme
May 5, 2020
6cdbb9b
try to correct some grammar (#2)
shlomif May 5, 2020
569d9bf
unconditional fetch
May 14, 2020
500757e
git-status-parse
May 26, 2020
75d45d7
* head-branch head-branch untracked
May 26, 2020
e444017
* untracked, interactively
May 26, 2020
3aa1a22
verbose
May 27, 2020
8b48c29
+git-get-file()
Aug 9, 2020
9d2f60a
*conflicted
Aug 9, 2020
bd8a6e5
*in_progress
Aug 9, 2020
fce20d5
->selectively, small fixes
Aug 9, 2020
c348f9b
* gone_branches local_commits
Aug 9, 2020
7bfda97
+tools
Aug 9, 2020
e3ce78d
*
Aug 9, 2020
c0caddb
Update README.rst
makelinux May 12, 2021
1c32dc1
*
Feb 20, 2022
d86c734
*conflicts
Feb 20, 2022
a48aeff
select_branch
Feb 20, 2022
c115ddb
*branch
Feb 20, 2022
e35f733
undo, drop
Feb 20, 2022
898b9fa
*action_itemes
Feb 20, 2022
3df4d11
no remote
Feb 20, 2022
c61d49b
*fetch_age
Feb 20, 2022
37c65c8
*unit-tests
Feb 20, 2022
2d6e811
xdg-open
Feb 20, 2022
af586d4
modifications, reset-actions
Feb 20, 2022
8066353
message_prev, *out
Feb 20, 2022
a7158f1
^print-actions
Feb 20, 2022
f1598db
^verbose
Feb 20, 2022
bacc9eb
Merge branch 'develop'
jocker00712 Sep 17, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
git-wizard - instant git magic and tricks
=====

An interactive git `Command-line interface (CLI)<https://en.wikipedia.org/wiki/Command-line_interface/>` utility for working efficiently.
An interactive git shell utility for working efficiently.

Git-Wizard's vision: collect git tricks, troubleshooting techniques and git wisdom
Vision: collect git tricks, troubleshooting techniques and git wisdom
under one hat and perform them interactively.

Beginners can enjoy learning git functionality interactively.
Expand Down
Loading