เริ่มการใช้งาน github เก็บ

รหัสตัวอย่าง

12
0

กดรหัส github บรรทัดคำสั่ง

git add .
git commit -m "message for the commit"
git remote add origin https://url-of-github-repo
git push origin master
2
0

สร้างใหม่เก็บบนบรรทัดคำสั่ง

git init
git add README.MD
git commit -m "commit message"
git remote add origin git url_of_github_repo
git push origin master
0
0

เริ่มการใช้งาน github เก็บ

$git init
$git config --global user.email "your email"
$git config --global user.name "Your name"
$git remote add origin https://github.com/username/new_repo(Can be copied from github directly)
$git push -u origin master

ในภาษาอื่นๆ

หน้านี้อยู่ในภาษาอื่นๆ

Русский
..................................................................................................................
English
..................................................................................................................
Italiano
..................................................................................................................
Polski
..................................................................................................................
Română
..................................................................................................................
한국어
..................................................................................................................
हिन्दी
..................................................................................................................
Français
..................................................................................................................
Türk
..................................................................................................................
Česk
..................................................................................................................
Português
..................................................................................................................
中文
..................................................................................................................
Español
..................................................................................................................
Slovenský
..................................................................................................................
Балгарскі
..................................................................................................................
Íslensk
..................................................................................................................