Thanks to visit codestin.com
Credit goes to github.com

Skip to content

trangmx/git-practice

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

Dung 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 local repo lên Remote repo trên Github.

About

Thuc hanh GIT

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 5