เนื้อหาจะเป็นการจำลองสถานการณ์ว่าเราได้พัฒนาโปรแกรมขึ้นมา โดย source code เก็บอยู่ใน folder โดยไม่มีการใช้โปรแกรมสำหรับจัดการเวอร์ชั่นของซอฟแวร์มาก่อน ลองมาดูว่าหากต้องการใช้ git เพื่อที่จะทำ version control ให้กับ source code ใน folder นี้จะต้องทำอย่างไร โดยมีคำสั่งหลัก ๆ ที่ใช้เรียงตามลำดับดังนี้
การใช้ git init เพื่อสร้าง local repository ให้กับ project/folder
การใช้ git config --global user.name "username" เพื่อกำหนดชื่อผู้ใช้
การใช้ git config --global user.email "me@anyemail.com" เพื่อกำหนด email ของผู้ใช้
การใช้ git add .
การใช้ git commit
การใช้ git remote add origin https://github.com/prasertcbs/atlas.git
การใช้ git push -u origin master
เชิญสมัครเป็นสมาชิกของช่องนี้ได้ที่ ► https://www.youtube.com/subscription_center?add_user=prasertcbs
playlist สอน git เบื้องต้น ► https://www.youtube.com/playlist?list=PLoTScYm9O0GGsV1ZAyP4m_iyAbflQrKrX
playlist สอนภาษา Python ► https://www.youtube.com/playlist?list=PLoTScYm9O0GH4YQs9t4tf2RIYolHt_YwW
playlist สอนภาษาไพธอน Python OOP ► https://www.youtube.com/playlist?list=PLoTScYm9O0GEIZzlTKPUiOqkewkWmwadW
playlist สอน Python 3 GUI ► https://www.youtube.com/playlist?list=PLoTScYm9O0GFB1Y3cCmb9aPD5xRB1T11y
playlist สอนภาษา C เบื้องต้น ► https://www.youtube.com/playlist?list=PLoTScYm9O0GHHgz0S1tSyIl7vkG0y105z
playlist สอนภาษา C++ ► https://www.youtube.com/playlist?list=PLoTScYm9O0GEfZwqM2KyCBcPTVsc6cU_i
playlist สอนภาษา C# ► https://www.youtube.com/playlist?list=PLoTScYm9O0GE4trr-XPozJRwaY7V9hx8K
playlist สอนภาษา Java ► https://www.youtube.com/playlist?list=PLoTScYm9O0GF26yW0zVc2rzjkygafsILN
playlist สอนภาษา PHP เบื้องต้น ► https://www.youtube.com/playlist?list=PLoTScYm9O0GH_6LARFxozL_viEsXV2wgO
playlist สอนภาษา R เบื้องต้น ► https://www.youtube.com/playlist?list=PLoTScYm9O0GF6qjrRuZFSHdnBXD2KVICp
#prasertcbs #prasertcbs_git #prasertcbs_github
「git push origin master」的推薦目錄:
- 關於git push origin master 在 prasertcbs Youtube 的最佳貼文
- 關於git push origin master 在 Push 上傳到GitHub - 為你自己學Git | 高見龍 的評價
- 關於git push origin master 在 Git 基本操作四(GitHub - iT 邦幫忙 的評價
- 關於git push origin master 在 What is the difference between git push origin ... - Stack Overflow 的評價
- 關於git push origin master 在 Git: 四種將分支與主線同步的方法 的評價
- 關於git push origin master 在 Git and Github - must know commands to make your first commit 的評價
- 關於git push origin master 在 Pushing commits to a remote repository - GitHub Docs 的評價
- 關於git push origin master 在 Git 與Github 版本控制基本指令與操作入門教學 - TechBridge ... 的評價
- 關於git push origin master 在 Git push -u origin master: hangs; nothing happens - GitHub ... 的評價
- 關於git push origin master 在 Git Commands: what is commit pull push origin master? 的評價
- 關於git push origin master 在 Git 版本控制筆記- 使用github 及ssh 金鑰設定 - Jayce 的共享 ... 的評價
- 關於git push origin master 在 How to Push a Project and Contribute on GitHub? 的評價
- 關於git push origin master 在 How to make the GIT command line save the login status of ... 的評價
git push origin master 在 Git 基本操作四(GitHub - iT 邦幫忙 的推薦與評價
git remote add origin https://github.com/Rock070/Lidemy-.git. 完成本地的commit 後,就可以Push 上遠端的Origin ,分支是master : git push -u origin master. ... <看更多>
git push origin master 在 What is the difference between git push origin ... - Stack Overflow 的推薦與評價
... <看更多>
git push origin master 在 Push 上傳到GitHub - 為你自己學Git | 高見龍 的推薦與評價
同場加映:Git 小教室之「如何使用Git Push 指令只Push 部份的進度?」 ... git push -u origin master Counting objects: 3, done. Writing objects: 100% (3/3), ... ... <看更多>