I don't understand the steps in 4: "Create a Github repository and initialize it and add it as a remote in your local git repository.
Now, create a remote GitHub repository with your app name and go back initialize this"
What is a Github repository? I know that part. But I don't know how to "initialize it" or "add it as a remote in my local git repository". I can't get past that part. Please advise, someone!
hi roly kindly this guide will give a solid understanding of what is git and what is these mysterious commands check git-scm.com/docs/gittutoria , simply your projects are the repository and git init = git initialize your projects for git to track your changes.
stay in touch if you need any help, thanks and happy hacking!
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
I don't understand the steps in 4: "Create a Github repository and initialize it and add it as a remote in your local git repository.
Now, create a remote GitHub repository with your app name and go back initialize this"
What is a Github repository? I know that part. But I don't know how to "initialize it" or "add it as a remote in my local git repository". I can't get past that part. Please advise, someone!
hi roly kindly this guide will give a solid understanding of what is git and what is these mysterious commands check git-scm.com/docs/gittutoria , simply your projects are the repository and git init = git initialize your projects for git to track your changes.
stay in touch if you need any help, thanks and happy hacking!