AVAbhishek Valainabhishekvala.hashnode.dev·Apr 23, 2024 · 2 min readA Comprehensive Guide to Git and GitHubIntroduction to Version Control with Git Version control is essential for managing code and collaborating with others efficiently. Git, a distributed version control system, along with platforms like GitHub, plays a crucial role in modern software de...00
AVAbhishek Valainabhishekvala.hashnode.dev·Dec 14, 2022 · 2 min readVIM EditorVIM is a widely used file editor of Linux. Here you can get to know the usage and functionality of the VIM editor. Syntax: vim filename/filepath There are three modes in VIM. Command Mode Insert Mode Executable Mode By default, you are in comma...00
AVAbhishek Valainabhishekvala.hashnode.dev·Dec 13, 2022 · 1 min readLinux Commands & UsageSimple Commands to play with Linux. pwd : Command to print present working directory whoami : To check the currently logged-in user. cd : To change the directory ls : List the content of the present directory ...00