forked from wish9/git_practice
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.bash_history
90 lines (90 loc) · 1.9 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
folde
mkdir folderName
ls
cd folderName
touch hi.txt
echo 유어클래스에_가입할_때_사용한_이메일 > hi.txt
cat hi.txt
echo [email protected] > hi.txt
cat hi.txt
echo [email protected] > hi.txt
cat hi.txt
mkdir hello
cd hello
pwd
mkdir bye
touch bye.txt
ls
rm bye.txt
ls
pwd
rm bye
ls
rm -rf bye
ls
mkdir bye
touch bye.txt
mv bye.txt bye/
ls
cd bye
ls
mv bye.txt helloWorld.txt
ls
cp helloWorld.txt hiComputer.txt
ls
cd ..
ls
pwd
cp -rf bye hi
ls
mv helloWorld.txt ../../
sudo apt install neofetch
neofetch
rew install neofetch
brew install neofetch
sudo apt install linuxbrew-wrapper
apt
sudo apt install neofetch
apt search neofetch
sudo apt update
sudo apt install neofetch
neofetch
apt
wget -O goodjob.txt https://bit.ly/37sJqCo
neofetch
sudo apt install wget
sudo apt install neofetch
neofetch
wget -O goodjob.txt https://bit.ly/37sJqCo
neofetch
sudo apt install neofetch
neofetch
sudo apt install neofetch
brew install neofetch
mkdir linux
nano hello.java
ls -l
sudo apt install git
git --version
$ git config --global user.name "wish9""
$ git config --global user.email "[email protected]"
git config --global user.name "wish9"
git config --global user.email "[email protected]"
git config --global core.editor nano
[email protected]:codestates-seb/be-simple-git-workflow.git
ls
git clone [email protected]:codestates-seb/be-simple-git-workflow.git
ls
git clone [email protected]:codestates-seb/be-simple-git-workflow.git
brew install gh
brew upgrade
brew install
sudo brew install
brew install gh
brew update
sudo apt install linuxbrew-wrapper
curl -fsSL https://cli.github.com/packages/githubcli-archive-keyring.gpg | sudo dd of=/usr/share/keyrings/githubcli-archive-keyring.gpg
echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/githubcli-archive-keyring.gpg] https://cli.github.com/packages stable main" | sudo tee /etc/apt/sources.list.d/github-cli.list > /dev/null
sudo apt update
sudo apt install gh
gh auth login