3 مستودعات
Safe, isolated environments for practicing commands without impacting real data.
Distinct from Git Command Execution: Distinct from command execution: emphasizes the 'safe' sandbox nature for learning rather than just the ability to run commands.
Explore 3 awesome GitHub repositories matching devops & infrastructure · Interactive Command Sandboxes. Refine with filters or upvote what's useful.
This project is an interactive Git tutorial and version control simulator. It provides a visual learning environment where users practice Git commands through structured lessons and a simulated terminal that does not affect the local file system. The application functions as a branching visualizer, rendering a graphical representation of commit trees and branch pointers that update in real time as commands are executed. It allows for the creation of custom exercises and the sharing of specific command sequences via unique links. The software covers educational challenges for mastering reposi
Provides a safe terminal environment for experimenting with Git commands without risking real projects.
git-it-electron هو تطبيق لسطح المكتب وأداة تعليمية تفاعلية لتعلم Git. يوفر بيئة متعددة المنصات لممارسة سير عمل Git و GitHub من خلال تحديات موجهة وتمارين عبر سطر الأوامر. يعمل التطبيق كمحاكي لسير العمل يقوم بالتحقق من حالات المستودع المحلي للتأكد من التنفيذ الصحيح لأوامر التحكم في الإصدارات. يستخدم التطبيق التحقق التلقائي القائم على الحالة لمسح الأدلة المحلية وسجلات المستودع، مما يضمن تنفيذ خطوات التعلم المحددة بشكل صحيح قبل أن ينتقل المستخدم إلى الخطوة التالية. يغطي البرنامج التدريب على سير عمل سطر الأوامر وتأهيل المطورين على الأدوات، مع التركيز على إتقان مفاهيم الإصدارات وإدارة المستودعات ضمن بيئة تطوير محلية.
Provides a safe, isolated environment for practicing Git commands without risking production data.
microsandbox is a platform that runs untrusted code inside hardware-isolated microVMs, each with its own kernel, filesystem, and network stack. It boots directly from standard OCI container images, supports copy-on-write filesystem layers, and integrates with AI agents to execute tool calls and generated code in isolated environments with secret protection. What sets microsandbox apart is its host-side network proxy that enforces firewall rules, intercepts DNS, inspects TLS traffic, and injects secrets at the network boundary without exposing them inside the VM. It provides SSH access to micr
Attaches local terminals to processes inside sandboxes for fully interactive PTY sessions.