- Với Ubuntu
apt-get update
apt-get install -y git
- Với CentOS
yum install -y git
git clone
Vào thư mục đã clone từ git về, chỉnh sửa/biên soạn các file cần thiết.
git add .
git commit -m "This is comment."
git push
apt-get update
apt-get install -y git
yum install -y git
git clone
Vào thư mục đã clone từ git về, chỉnh sửa/biên soạn các file cần thiết.
git add .
git commit -m "This is comment."
git push