File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 41
41
<br />
42
42
<h3 >Resolving Issues </h3 >
43
43
<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>
49
49
</ul >
50
50
<br /><b >Download a Project On your system to start work locally</b >
51
51
1 ) Download the repository with its content<br />
65
65
66
66
<b >To synchronize with local repository</b ><br />
67
67
<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>
70
70
71
71
<li>Now Pull the code from server</li>
72
72
```git pull origin master```
You can’t perform that action at this time.
0 commit comments