Okay friends, on this occasion, I will give you about how to upload Project to Github. As for how to upload Project to Github:
1. Download and Install Git
2. Create a Github Account
3. Click the profile in the far right corner then select your repositories
then click new
4. Open Project then right click the projetc
then select git bash here
5. type git config --global user.name "..." (your github account user name)
6. type git config --global user.email "...." (email your github account)
7. type git init
8.git status
9.git add. or git add
10.git commit -m "P" (which in quotes is up to you)
11.git remote add origin https: .........
12.git push origin master.
For those who want to watch how to create a github account please. Watch it here • Cara membuat akun github gratis di github.com
Enjoy watching
May be useful
#abdulakhyar #github #project