Github create repository

Quick setup — if you’ve done this kind of thing before

We recommend every repository include a README, LICENSE, and .gitignore.

…or create a new repository on the command line

echo "# MY_SKIENA_EXAMPLES" >> README.mdgit initgit add README.mdgit commit -m "first commit"git remote add origin https://github.com/svetaj/MY_SKIENA_EXAMPLES.gitgit push -u origin master

…or push an existing repository from the command line

git remote add origin https://github.com/svetaj/MY_SKIENA_EXAMPLES.gitgit push -u origin master

or

      • Star0

    • Fork

HTTPSSSH