File tree 1 file changed +31
-1
lines changed
1 file changed +31
-1
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,37 @@ Here are some examples of the fun things you can do with it:
16
16
![ cherry-pick] ( images/cherry-pick.gif )
17
17
18
18
## Push/pull
19
- ![ cherry-pick] ( images/remote.gif )
19
+ ![ push-pull] ( images/remote.gif )
20
+
21
+ ## Supported operations
22
+
23
+ Type ` help ` in the command box to see a list of supported operations
24
+
25
+ ` pres() ` = Turn on presenter mode<br >
26
+ ` undo ` = Undo the last git command<br >
27
+ ` redo ` = Redo the last undone git command<br >
28
+ ` mode ` = Change mode (` local ` or ` remote ` )<br >
29
+ ` clear ` = Clear the history pane and reset the visualization
30
+
31
+ Available Git Commands:
32
+ ```
33
+ git branch
34
+ git checkout
35
+ git cherry_pick
36
+ git commit
37
+ git fetch
38
+ git log
39
+ git merge
40
+ git pull
41
+ git push
42
+ git rebase
43
+ git reflog
44
+ git reset
45
+ git rev_parse
46
+ git revert
47
+ git tag
48
+ ```
49
+
20
50
21
51
We hope you find this tool useful! Issues and pull requests are welcome! Enjoy! :sparkles :
22
52
You can’t perform that action at this time.
0 commit comments