edited git memo
This commit is contained in:
parent
b793728a38
commit
aa6568149b
@ -31,7 +31,10 @@ cd <repository>
|
|||||||
|
|
||||||
2. Add remote repository
|
2. Add remote repository
|
||||||
```bash
|
```bash
|
||||||
git remote add origin <server_credential>/~/<directory_name>/<project>.git
|
git remote add origin <server_credential>:~/<directory_name>/<project>.git
|
||||||
|
|
||||||
|
# sample
|
||||||
|
git remote add origin nik-deb:~/git/automation.git
|
||||||
```
|
```
|
||||||
|
|
||||||
3. Push code as main
|
3. Push code as main
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user