Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 931dce2

Browse files
authored
Update README.md
1 parent f9b2e4a commit 931dce2

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@
4141
<br/>
4242
<h3>Resolving Issues </h3>
4343
<ul>
44-
<li>if on adding remote origin gives following error</li>
45-
<li>```raghvendra@raghs-pc:~/raghsgit$ git remote add origin https://github.com/raghsgit/raghsgit.git```<br/></li>
46-
<li>```fatal: remote origin already exists.```</li>
47-
<li>Resolving</li>
48-
<li>```raghvendra@raghs-pc:~/raghsgit$ git remote rm origin```</li>
44+
<li>if on adding remote origin gives following error<br/>
45+
```raghvendra@raghs-pc:~/raghsgit$ git remote add origin https://github.com/raghsgit/raghsgit.git```<br/>
46+
```fatal: remote origin already exists.```</li>
47+
<li>Resolving
48+
```raghvendra@raghs-pc:~/raghsgit$ git remote rm origin```</li>
4949
</ul>
5050
<br/><b>Download a Project On your system to start work locally</b>
5151
1) Download the repository with its content<br/>
@@ -65,8 +65,8 @@
6565

6666
<b>To synchronize with local repository</b><br/>
6767
<ul>
68-
<li>Add origin master if not added already</li>
69-
`````git remote add orign https://githubs.com/raghsgit/raghsgit.git```
68+
<li>Add origin master if not added already<br/>
69+
```git remote add orign https://githubs.com/raghsgit/raghsgit.git```</li>
7070

7171
<li>Now Pull the code from server</li>
7272
```git pull origin master```

0 commit comments

Comments
 (0)