Your Git User Name
>/<Git Reposiroty Name
>.git
If you don't want to install GIT on your local machine, you can directly add your files in GitHub repository without having GIT installation. Check the below steps of how to add files without GIT installation. If you want to add your files using GIT commands on command prompt then you can refer the below sections, you may skip this section.
If you want to add/update code using GIT commands, you need to install GIT on your local machine and need to configure.
If you want to add your files directly to GitHub repository using browser then you may skip this section
, refere the above section(Step - 3).
You need to configure SSH key in GitHub.com from your local machine.
If you want to add your files directly to GitHub repository using browser without GIT installation
then you may skip this section, refere the section - 2 only.
If you want to add your files directly to GitHub repository using browser then you may skip this section and refere the above section(Step-3).
git init
command on Git Base Here. See the below image for the understanding.git remote add origin {paste the copied remote url}
command on Git Base Here. See the below image for the understanding.git fetch
command on Git Base Here. See the below image for the understanding.git clone {paste the copied remote url}
command on Git Base Here. See the below image for the understanding.
Your Git User Name
>/<Git Reposiroty Name
>.git