Skip to content

TranHungKT/shinobiWar

 
 

Repository files navigation

git config --global user.name "FIRST_NAME LAST_NAME"
git config --global user.email "MY_NAME@example.com"
---------------------------------------------------
// Tạo folder .git
git init
git status
git add .
git commit -m "update giờ + ngày"

---------------------------------------------------
// tải folder
git clone <link>
---------------------------------------------------
// Lệnh return
git stash
git log
git reset <commit code>
git reflog
----------------------------------------------------
Github
New SSH key //Lấy SSH
New a project // Project này đang dùng

git remote add origin git@github.com:linhbku99/shinobiWar.git
git pull //Đồng bộ
git remote -v
git add .
git push

----------------------------------------------------
git remote rm origin // xoá liên kết


----------------------------------------------------
Lưu ý: Nhớ pull trước khi push

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 89.2%
  • Classic ASP 4.5%
  • ShaderLab 2.4%
  • HTML 2.1%
  • CSS 1.0%
  • Objective-C 0.5%
  • HLSL 0.3%