Skip to content

Commit 17ae6cc

Browse files
Add files via upload
1 parent 1597ba1 commit 17ae6cc

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

Git Push Code.txt

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
1 cd
2+
2 yum -y update
3+
3 yum -y install git
4+
4 git --version
5+
5 mkdir git
6+
6 cd git
7+
7 git init
8+
8 git config --global user.name 'rt-technologies'
9+
9 git config --global user.email 'rttechnologies2021@gmail.com'
10+
10 vi file
11+
11 ls
12+
12 git add file
13+
13 git status
14+
14 git commit -m 'first code'
15+
15 git remote add origin https://github.com/RT-Technologies/RT-Technologies.git
16+
16 git pull origin master
17+
17 git push origin master
18+
18 history

0 commit comments

Comments
 (0)