updated Readme.md

This commit is contained in:
2023-01-04 13:11:40 -03:00
parent 31e9dfa190
commit 61852702ed
+2 -23
View File
@@ -6,7 +6,7 @@
### Clone this repository ### Clone this repository
**HTTPS:** ***HTTPS:***
`git clone https://git.librography.org/ci/Librography.git` `git clone https://git.librography.org/ci/Librography.git`
@@ -14,7 +14,7 @@ or
`git clone https://github.com/flashlan/Librography.git` `git clone https://github.com/flashlan/Librography.git`
**SSH:** ***SSH:***
`git clone git@git.librography.org:ci/Librography.git` `git clone git@git.librography.org:ci/Librography.git`
@@ -23,27 +23,6 @@ or
`git clone git@github.com:flashlan/Librography.git` `git clone git@github.com:flashlan/Librography.git`
### Creating a new repository on the command line
```
touch README.md
git init
git add README.md
git commit -m "first commit"
git remote add origin https://git.librography.com/flashlan/Librography.git
git push -u origin master
```
### Pushing an existing repository from the command line
```
git remote add origin https://git.librography.com/flashlan/Librography.git
git push -u origin master
```
## Librography ## Librography
--------- ---------