summaryrefslogtreecommitdiffstats
path: root/gita/cmds.yml
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2020-08-18 20:21:46 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2020-08-18 20:21:46 +0000
commitbddee63922e227c73fd1b4e5b50bbef56bb9a61f (patch)
treeee729b4d2250e2935a4922f120637a68ed91db17 /gita/cmds.yml
parentInitial commit. (diff)
downloadgita-bddee63922e227c73fd1b4e5b50bbef56bb9a61f.tar.xz
gita-bddee63922e227c73fd1b4e5b50bbef56bb9a61f.zip
Adding upstream version 0.10.9.upstream/0.10.9
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'gita/cmds.yml')
-rw-r--r--gita/cmds.yml65
1 files changed, 65 insertions, 0 deletions
diff --git a/gita/cmds.yml b/gita/cmds.yml
new file mode 100644
index 0000000..8db932e
--- /dev/null
+++ b/gita/cmds.yml
@@ -0,0 +1,65 @@
+br:
+ cmd: branch -vv
+ help: show local branches
+clean:
+ cmd: clean -dfx
+ help: remove all untracked files/folders
+diff:
+ help: show differences
+difftool:
+ disable_async: true
+ help: show differences using a tool
+fetch:
+ allow_all: true
+ help: fetch remote update
+last:
+ cmd: log -1 HEAD
+ help: show log information of HEAD
+log:
+ disable_async: true
+ help: show logs
+merge:
+ cmd: merge @{u}
+ help: merge remote updates
+mergetool:
+ disable_async: true
+ help: merge updates with a tool
+patch:
+ cmd: format-patch HEAD~
+ help: make a patch
+pull:
+ allow_all: true
+ help: pull remote updates
+push:
+ help: push the local updates
+rebase:
+ help: rebase from master
+reflog:
+ help: show ref logs
+remote:
+ cmd: remote -v
+ help: show remote settings
+reset:
+ help: reset repo(s)
+shortlog:
+ disable_async: true
+ help: show short log
+show:
+ disable_async: true
+ help: show detailed commit information
+show-branch:
+ disable_async: true
+ help: show detailed branch information
+stash:
+ help: store uncommited changes
+stat:
+ cmd: diff --stat
+ help: show edit statistics
+st:
+ help: show status
+tag:
+ cmd: tag -n
+ help: show tags
+whatchanged:
+ disable_async: true
+ help: show detailed log