-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.bash_history
146 lines (146 loc) · 2.44 KB
/
.bash_history
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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
clear
git -version
git --version
mkdir devops
cd devops/
ls -l
git init
git status
touch code.txt log.txt output.txt
ls -l
git add code.txt log.txt output.txt
git status
git commit -m "new files"
git status
git log
git show 1c687191b6b99cb1e359843dce5edb3c7c91c9ac
git push origin master
git remote add origin https://github.com/pramod444/pramod-git.git
git push origin master
git status
git push -u origin main
git push origin master
clear
mkdir devops1
cd devops1
touch feature1.txt feature2.txt
ls -l
git status
git branch ps
git branch -D ps
git branch develop
git branch feature1
git branch feature2
git status
ls -l
git branch
git checkout develop
git branch
git init
cd
git branch
cd devops
git branch
touch develop.txt
ls -l
git status
git branch
git checkout feature1
ls -l
git status
git checkout develop
git add devlop.txt
clear
sudo apt-get update
git --version
git status
git log
cd devops/
ls -l
cd devops1/
ls -l
git branch
ls -l
git status
git add .
git commit -m "new files"
git status
git log
git showcommit a26545983f0e93387e51b1989cd7268545f0dcd9
git show a26545983f0e93387e51b1989cd7268545f0dcd9
git remote add origin https://github.com/pramod444/pramod-git.git
git remote -v
git push origin master
git pull https://github.com/pramod444/pramod-git.git
ls -l
git push origin master
git push --help
clear
git config --global user.name pramod444
git config --global user.email [email protected]
git config --global --list
clear
git status
ls =l
ls -l
git log
git show a26545983f0e93387e51b1989cd7268545f0dcd9
clear
git remote -v
git add origin https://github.com/pramod444/pramod-git.git
gitremote add origin https://github.com/pramod444/pramod-git.git
git remote add origin https://github.com/pramod444/pramod-git.git
git remote -v
git branch
git push -u origin master
git branch -m master
git branch
git pull -u origin master
git push -u origin master
clear
cd
cd devops/
ls -l
cd develop.txt/
git rm log.txt
ls -l
git rm devops1
git branch
git remove feature1
git branch main
git checkout main
git branch
git checkout master
cd devops1/
ls -l
git branch
cd
git branch
cd devops
git branch
git checkout develop
git branch
touch develop.txt
ls -l
git rm code.txt output.txt
ls -l
git checkout master
ls -l
git stash
git checkout feature1
touch new.txt
git stage .
git commit new.txt
git commit " new.txt"
ls -l
git commit -u "new.txt"
ls -l
git push origin master
git unstash new.txt
git checkout
git checkout develop
git stash
ls -l
git status
git init
git stash list