Medicine16 project build a clinic management.
Download tại: https://desktop.github.com/
Download tại: https://github.com/shiftkey/desktop/releases/
Download tại: https://code.visualstudio.com/
Download tại: https://marketplace.visualstudio.com/items?itemName=hediet.vscode-drawio
Download tại: https://marketplace.visualstudio.com/items?itemName=tomoki1207.pdf
Download tại: https://marketplace.visualstudio.com/items?itemName=cweijan.vscode-office
Download tại: https://marketplace.visualstudio.com/items?itemName=donjayamanne.githistory
Download tại: https://git-scm.com/
Bước 1: Mở Git bash hoặc Terminal để thiết lập git bằng cách sao chép rồi dán vào VSCode và điền thông tin vào đoạn lệnh sau:
git config --global user.name "Ho Va Ten"
git config --global user.email "[email protected]"
ssh-keygen -t ed25519 -C "[email protected]"
eval "$(ssh-agent -s)"
ssh-add ~/.ssh/id_ed25519
cat ~/.ssh/id_ed25519.pub
ssh-ed25519 ... [email protected]
Vào trang: https://github.com/settings/keys . Sau đó nhấn vào nút New SSH key
rồi dán vào Key
rồi đặt tiêu đề. Cuối cùng nhấn vào Add SSH key
.
Create
: Tạo mới một thứ gì đó chưa có.Add
: Thêm một thứ đã có sẵn.Update
: Cập nhật một/hàng loạt thứ gì đó.Modify
: Cập nhật một thay đổi nhỏ.Move
: Di chuyển từ cái này sang cái kia.Remove
: Loại bỏ một thứ gì đó thứ đó có thể thêm trở lại.Rename
: Đổi tên một thứ gì đó.Delete
: Xóa bỏ một thứ gì đó mà mình không đề cập tới nó nữa.
Pull
(Download): Kéo các commit về máy tính.Push
(Upload): Đẩy các commit lên đám mây.