Skip to content

hieunmt/btth_git

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Thực hành Git

Đây là Github repo cho thực hành Git.

Phần 1 - Cấu hình Git

Lệnh để cấu hình Git:

git config --global user.name "Name"

git config --global user.email "[email protected]"

Phần 2 - Khỏi tạo Git repo

Lệnh để khởi tạo Git repo là :git init

Phần 3 - commit

Dùng hai lệnh để commit thay đổi lên Git repo :

git add.
git commit -m "Thông điệp commit"

Phần 4 - push

Push localrepo lên Remote repo trên Github.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors