summaryrefslogtreecommitdiffstats
path: root/gita/cmds.yml
blob: 8db932ef2b6005a5a4be1653322161f75e96a16e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
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