We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1597ba1 commit 17ae6ccCopy full SHA for 17ae6cc
1 file changed
Git Push Code.txt
@@ -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