-
Notifications
You must be signed in to change notification settings - Fork 6
/
example.config
57 lines (57 loc) · 894 Bytes
/
example.config
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
git
init
[repository_name]
clone
[url]
add
[file]
--all
commit
-m
"[commit_message]"
-a
"[commit_message]"
diff
-staged
[first_branch]
[second_branch]
reset
[file]
[commit]
--hard
[commit]
status
rm
[file]
-r
log
--follow
[file]
show
[commit]
branch
-d
[branch_name]
[branch_name]
checkout
-b
[branch_name]
merge
[branch_name]
remote
add
[repo_name]
[remote_server_link]
push
-u
[repo_name]
[branch]
[repo_name]
[branch]
pull
[repo_name]
stash
save
pop
list
drop