Category: git-github
-
Lỗi git push –set-upstream origin coder1
Sửa bằng cách chạy dòng lệnh sau: $ git config –global push.default current Ok con dê
-
Cách push code nên Github

TranVan@ChungDerise MINGW64 /d/project/python/pythonbasic (master) $ git status On branch master Your branch is up to date with ‘origin/master’. Changes to be committed: (use “git reset HEAD …” to unstage) new file: BaiTapRenLuyen.py Changes not staged for commit: (use “git add …” to update what will be committed) (use “git checkout — …” to discard changes…
-
Push dự án mới nên Github

Hướng dẫn cách để push một dự án mới nên github để chia sẻ với bạn bè. Bước 1: Bạn đăng nhập vào Github Bước 2 : Tạo một Respositories mới: Bạn chọn New Phần Repository name* : Tên dự án Phần Description (optional) : Mô tả dự án Rồi ấn Creat Repository Trang tiếp theo:…
-
Cách lệnh git cơ bản

Lệnh kiểm tra git: git config –list Lệnh thiết lập username: git config –global user.username tennguoidung Lệnh kiểm tra người dùng: git config user.username Lệnh thiết lập email: $ git config –global user.email chungtvonline@gmail.com Lệnh kiểm tra email đã thiết lập: $ git config user.email chungtvonline@gmail.com Lệnh thiết lập tài khảo mail: $ git config…