JavaScript Github Lab and beautiful Quran recitation

Описание к видео JavaScript Github Lab and beautiful Quran recitation

This video is a guide to the coursera lab in IBM Javascript course and how to publish your repository in Github. In the background of the video, it has audio of The book which differentiates between the right and wrong ( Koran, AL furqan, Quran) also a cure and healing.

Here are the steps you must follow to publish your work in GitHub:
1. Sign in to GitHub:
2. Create a new repository:
Click the + icon in the top-right corner and select New repository.
Enter a repository name.
Choose the repository as public or private.
(Optional) Add a description, README file, .gitignore, or license.
Click Create repository.
3. Copy the address of the repository.
4. Clone the repository using the following command in the terminal and the address
git clone https://.......
5. Complete your project in the same folder as you cloned and make sure terminal is also pointing at the same folder using the command:
cd folder_name
6. Then use the following commands:
git add --a
git config --global user.email "[email protected]"
git config --global user.name "webdesignwithyaser"
Add your email and name inside the double quotes Associated with github
git commit -m ""
Add a message inside the double quotes
git push origin
7. It will prompt you to enter your login details. Make sure to put the token in the password



If you have a question, feel free to leave a comment Insallah will try to get back to you and if you enjoyed the video and you to get updated for the future videos please subscribe to my channel .

Jazakallah o Kharah

Комментарии

Информация по комментариям в разработке