-
Notifications
You must be signed in to change notification settings - Fork 0
/
history.txt
50 lines (50 loc) · 1.17 KB
/
history.txt
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
1 history
2 pwd
3 cd /f/ml
4 pwd
5 history >>history.txt
1 history
2 pwd
3 cd /f/ml
4 pwd
5 history >>history.txt
6 ls
7 cat history.txt
8 git init
9 ls
10 ls -l
11 pwd
12 ls
13 ls
14 git add history.txt
15 git add history.txt
16 git commit history.txt
17 git user.email "[email protected]"
18 git config user.email "[email protected]"
19 git config user.name "lilu"
20 git commit -m "save history"
21 git remote -v
22 git remote show
23 git remote add origin https://github.com/Alien016/ml.git
24 git remote -v
25 git push origin master
26 git fetch
27 ls
28 git add notes
29 git commit -a "add notes file directory"
30 git commit -m "add notes file directory"
31 git push origin master
32 git pull
33 git remote show origin
34 git push
35 git branch -a
36 git fetch origin
37 ls
38 git pull origin
39 git pull origin master
40 git push origin master
41 git push --help
42 git push origin master
43 git pull --rebase origin master
44 git push origin master
45 history >>history.txt