0

 Upload Project Ke Github Di Windows


 

Buat repository baru digithub dulu, Kemudian lakukan langkah berikut ini:

1.Masuk ke dalam folder project/document yang akan diupload

2.Buka CMD atau GIT

 

3.Ketik comment seperti dibawah


git init

git add *

git commit -m "first commit"

git remote add origin https://github.com/yourusername/your-repo-name.git

git push -u origin master


Hooray you successfully uploaded
Another way if it doesn't work:

Upload of project from scratch require 

git pull origin master


If any problem occurs in pushing use 
git push --force origin master

 

Post a Comment Blogger

Emoticon
:) :)) ;(( :-) =)) ;( ;-( :d :-d @-) :p :o :>) (o) [-( :-? (p) :-s (m) 8-) :-t :-b b-( :-# =p~ $-) (b) (f) x-) (k) (h) (c) cheer
Click to see the code!
To insert emoticon you must added at least one space before the code.

 
Top