-
Notifications
You must be signed in to change notification settings - Fork 0
/
.bash_history
87 lines (87 loc) · 1.49 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
apt-get install git
git init
branch
cls
clrea
clear
sudo add-apt-repository ppa:webupd8team/java
sudo apt update; sudo apt install oracle-java8-installer
javac -version
java -version
cls
clear
apt-get install maven
mvn -v
.git
git status
touch a.txt
git add .
git commit -m "adding a.txt"
git config --global user.name "kumaran"
git config --global user.email [email protected]
git status
ls lar
ls- lar
ls -lar
touch b.txt
git add .
git commit -m "adding b.txt"
git status
ls
touch c.txt
git add .
git commit -m "adding c.txt"
toud d.txt
touch d.txt
git add .
git commit -m "adding d.txt"
git log
git log --pretty=oneline
git show head
git show HEAD
git reaset --hard e1632736b
git reset --hard e1632736b
git show HEAD
git log --pretty=oneline
git fsck --lost=found
git fsck --lost-found
git reset --hard 2ef4c9105c019
ls
git ligin
clear
pwd
sudo add-apt-repository ppa:webupd8team/java
sudo apt update
sudo apt install oracle-java8-installer
git init
ls
git add origin https://github.com/kumaransat/new.git
git login
git --help
clear
git status
git branch
git remote origin add add Add file contents to the index
clear
git remote origin add https://github.com/kumaransat/new.git
git remote add origin https://github.com/kumaransat/new.git
git push origin master
git branch
git brach child
git branch child
git branch
git checkout child
touch child.txt
git add .
git commit -m "adding child.txt"
ls
git branch
ls
git checkout master
ls
gitmerge child
git merge child
ls
git push origin child
touch a.html
vi a.html