Basics of Git-Github & Linux
The workshop on Basics of Git, GitHub, and Linux by Kuber Jaydeep at GDG on campus covered Git commands like git init, git add, git commit, git push, and git pull for version control and branching. It explained GitHub’s role in storing and collaborating on code through pull requests and branch management. The Linux section covered basic commands like ls, cd, mkdir, rm, and chmod, along with package management using apt-get and text editing with nano and vim. The workshop highlighted how Git, GitHub, and Linux streamline development and collaboration.