GorvGoyl/Git-for-Dummies được TopGit xếp vào nhóm dự án mã nguồn mở, với 26 sao trên GitHub. Git commands cheat sheet to make that shift from GUI to terminal!
Tóm tắt dựng từ metadata GitHub của chính dự án — chưa có bài review TopGit. Trang sẽ tự động cập nhật khi bài review đầy đủ được xuất bản.
VÌ SAO CHƯA CÓ REVIEW
TopGit viết bài đầy đủ cho repo có nhiều sao nhất và được yêu cầu nhiều nhất. Trang này là snapshot trong thời gian chờ — xem README gốc ở tab READ ME.
now unhide your local uncommitted changes
(pop will restore only latest stash)
git stash pop
or
git stash apply
git stash pop restore changes and also removes it from stack, git stash apply restores it but still keeps it on stack for possible later reuse (or you can then git stash drop it). So git stash pop is git stash apply && git stash drop
git config --global credential.helper manager //secured way for Windows
git push http://example.com/repo.git
Username: <type your username once>
Password: <type your password once>
2) Unsecured way (Store globally)
git config credential.helper store //username & password stored in plain-text in "%UserProfile%\.git-credentials"
git push http://example.com/repo.git
Username: <type your username once>
Password: <type your password once>
3) Unsecured way (Store locally per repo)
//saved in file 'cred' inside repo .git folder. Need to manually delete this file.
git config credential.helper 'store --file=.git/cred'
4) Secured Way (Store in Cache)
git config credential.helper 'cache --timeout=864000' // 10 days expiry
git credential-cache exit // remove it from cache before timeout
HTTPS Clone - easier, works through firewalls & proxies, ask password everytime for push-pull (but password can be saved using git config credential.helper store)
SSH Clone - manually create SSH key & add it to github, password not required for push-pull. Remove key from github to revoke authorization for that PC.
Trang TopGit này là một snapshot — tab "Readme" hiển thị nguyên văn README của repo (đã bỏ link, giữ ảnh). Repo GitHub ở github.com/GorvGoyl/Git-for-Dummies là nguồn chính thức.
GorvGoyl/Git-for-Dummies có bao nhiêu sao?
GorvGoyl/Git-for-Dummies có 26 sao GitHub — tải lại trang để xem số mới nhất, hoặc xem trực tiếp github.com/GorvGoyl/Git-for-Dummies. TopGit phản chiếu số sao của GitHub nhưng không cam kết đến từng phút.
GorvGoyl/Git-for-Dummies có tag gì không?
Bản đồng bộ chưa ghi nhận topic GitHub nào cho GorvGoyl/Git-for-Dummies. GitHub topics hiển thị ở thanh bên phải trang repo — đó là nơi đáng kiểm tra nhất.
GorvGoyl/Git-for-Dummies có website riêng không?
TopGit chưa ghi nhận URL trang chủ cho GorvGoyl/Git-for-Dummies. Phần README ở tab phía trên thường có link demo, hoặc xem mô tả GitHub của repo.
GorvGoyl/Git-for-Dummies còn đang phát triển không?
Commit gần nhất trên GorvGoyl/Git-for-Dummies là 5.7 năm trước (theo timestamp GitHub). Repo có 10 fork — một chỉ báo về mức độ quan tâm của cộng đồng.
GorvGoyl/Git-for-Dummies dùng license gì?
GorvGoyl/Git-for-Dummies phát hành theo license GPL-3.0. Nên mở file LICENSE trên GitHub để xác nhận — license metadata đôi khi lệch với thực tế dự án.
GorvGoyl/Git-for-Dummies viết bằng ngôn ngữ gì?
Dữ liệu TopGit chưa ghi nhận ngôn ngữ chính cho GorvGoyl/Git-for-Dummies. Xem danh sách file trên GitHub để biết chi tiết.
Đọc đầy đủ README ở tab phía trên.
Muốn nghe thêm một ý kiến về Git-for-Dummies?
Hỏi một AI đọc được trang này — một cú bấm là có ngay nhận định về Git-for-Dummies.