"Hướng dẫn Git cho người mới bắt đầu: Quản lý phiên bản mã nguồn hiệu quả! Learn core concepts:
- Theo dõi thay đổi: git status / add / commit
- Đồng bộ code: push (gửi lên) & pull (lấy về)
- Workflow hàng ngày: Pull → Chỉnh sửa → Commit → Push
Tại sao học Git? Làm việc an toàn, cộng tác nhóm dễ dàng, kỹ năng thiết yếu cho developer! #Git #LapTrinh #VersionControl #KiemSoatPhienBan #Developer #ProgrammingTips #Coding"
(295 ký tự, bao gồm cả hashtags)
https://dev.to/petermriya/beginners-guide-
Bài viết giải thích cách sử dụng Git Bash để đồng bộ mã nguồn với GitHub:
- *Pull* (`git pull`): tải bản cập nhật từ GitHub về máy bạn
- *Push* (`git add` → `git commit -m "..."` → `git push`): đẩy thay đổi từ máy bạn lên GitHub
- Lưu ý xử lý xung đột (`conflict`) khi cùng tập tin được chỉnh sửa ở cả hai nơi
Workflow khuyến nghị:
1. Pull trước khi chỉnh sửa
2. Commit sau khi thay đổi
3. Push để đồng bộ hóa
#GitHub #Git #GitBash #VersionControl #Programming #QuảnLýMãNguồn #LậpTr
Radicle: the sovereign forge
"Radicle is an open source, peer-to-peer code collaboration stack built on Git. Unlike centralized code hosting platforms, there is no single entity controlling the network. Repositories are replicated across peers in a decentralized manner, and users are in full control of their data and workflow."
https://radicle.xyz/
#coding #decentralized #git #p2p #tech
📣 Just Blogged: Unlock @Sitecore system fields in Edge GraphQL for XP/XM 10.x+. Access `__Created` & `__Updated` dates easily🔗 https://www.amitk.net/blog/sitecore-headless-services-get-system-fields/
.
.
.
.
.
#Sitecore #SitecoreMVP #SUGCON #GraphQL #Headless #AvanadeDoWhatMatters #SitecoreLearning #NextJS #HeadlessCMS #Git #DevOps #AI #DeveloperTips #Programming #Coding #WebDev #JavaScript #ReactJS #SEO #DynamicRouting #TechTwitter #Developer #Frontend #Jamstack #WebPerformance #DXPlatforms
Thông tin: Làm chủ Git với IRIS trên VSCode! 🚀 Cách xuất công cụ phân tích BI, lớp học và toàn cục từ IRIS InterSystems sang Git. Sử dụng:
1. git-source-control cho lớp IRIS tự động
2. iris-bi-utils để xuất thủ công (Cubes/Dashboards)
3. %Library.Global cho xuất toàn cục
🔧 Docker cài đặt đơn giản, commit thay đổi dễ dàng.
#Git #IRIS #VSCode #gitsourcecontrol #irisbiutils #QuảnLýPhiênBản #PhânTíchDữLiệu #LậpTrình #DeveloperTools #DevTips
https://dev.to/intersystems/git-source-contro
"Git giúp theo dõi thay đổi mã nguồn, GitHub là nền tảng lưu trữ code trực tuyến. Hướng dẫn cho người mới:
1️⃣ Tạo tài khoản GitHub miễn phí
2️⃣ Cài Git trên Windows/macOS/Linux
3️⃣ Kết nối Git-GitHub qua lệnh config
4️⃣ Khởi tạo repository (git init)
5️⃣ Quản lý thay đổi: add → commit -m → push/pull
TIP: Luôn dùng git pull trước khi làm việc!
#Git #GitHub #LapTrinh #Programming #VersionControl #Beginner #NguoiMoi #KhoLenh"
https://dev.to/itsmunyalo/git-for-beginners-tracking-changes-push-and
Hacer que git no pida contraseña https://myblog.clonbg.es/hacer-que-git-no-pida-contrasena/ #Git #Seguridad https://clonbg.es

Hướng dẫn DevOps: Chiến lược Nhánh & Gộp mã (Merge) trong Git
- Thực hành tạo nhánh tính năng/sửa lỗi
- Các loại merge: Fast-forward, 3-way khi làm song song, Squash (gộp commit)
- Giải quyết xung đột merge thủ công
- Push toàn bộ nhánh lên GitHub để review
Mô phỏng quy trình làm việc thực tế khi cộng tác dự án.
#Git #DevOps #MergeStrategies #Branching
#NhanhGit #GopNhanh #KiemSoatPhienBan
https://dev.to/onyemuche/merging-and-branching-in-devops-36nj
Who has still a #FOSS project hosted on #GitHub? Why?
Don't you prefer a development platform that is aligned with the values of free software?
Did you consider migrating to e.g. @Codeberg? Is there something holding you back?
#opensource #software #git #gitforge #bigtech
Update: Back already.
They may be dealing with more issues than the "big brands", but they usually fix 'em quickly too.
Appreciated!
I see it's Codeberg #HugOps time again? 😅
I wasn't aware just how slow GitHub was until @cloudymax and I started selfhosting Forgejo, but I am so impressed. It is instant for pushes and pulls. I hadn't realized that I was probably waiting a collective... maybe 10 minutes per day, just waiting for GitHub?
(To give you an idea, I did a bit over 7k commits in the last year for my work's GitHub enterprise, and about just under 2k commits for my personal account on github.com, so this adds up in a pretty major way for me)