Skip to content

initing repos #4

@severak

Description

@severak

Create 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 http://localhost:3000/dalten/irest3.git
git push -u origin master

Push an existing repository from the command line

git remote add origin http://localhost:3000/dalten/irest3.git
git push -u origin master

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions