Skip to content

update feature A

  • Truy cập link https://gitlab.com/tubcvt/git-basic-ex7 -> chọn repo của mình.
  • Pull code về local: git clone https://gitlab.com/hoangthanhtuanit/git-basic-ex7.git
  • Chuyển qua thư mục vừa pull về để làm việc: cd git-basic-ex7\
  • Chuyển qua nhánh đang làm việc: git checkout f1
  • Update nội dung và commit file: echo update feature A > t.txt
  • Thêm file vào stage: git add .
  • Sửa nội dung commit trước: git commit --amend -m "update feature A"
  • Push code lên hệ thống: git push -f origin f1
  • Merge request lên git mà đã fork về.

Merge request reports

Loading