ML GitHub Workshop

GitHub Workshop on Committing Text Files

Date: 23rd April 2025 (Day 01)
Conducted by: Mr. Santhosh N.C.

Submitted By:

Name: Santhosh S

Department: MCA

Roll Number: 24MCR092

Objective

The objective of this workshop was …


This content originally appeared on DEV Community and was authored by Santhosh

GitHub Workshop on Committing Text Files

Date: 23rd April 2025 (Day 01)

Conducted by: Mr. Santhosh N.C.

Submitted By:

  • Name: Santhosh S
  • Department: MCA
  • Roll Number: 24MCR092

Objective

The objective of this workshop was to introduce students to GitHub, focusing specifically on how to commit .txt files using the Git version control system.

Workshop Overview

Santhosh N.C. sir led an insightful and hands-on workshop aimed at helping participants understand the fundamentals of Git and GitHub. The session covered the following key topics:

  • Introduction to Git and GitHub
  • Creating a new repository
  • Creating and editing .txt files
  • Staging and committing changes
  • Pushing commits to GitHub

Activities and Hands-on Sessions

Participants practiced creating text files, making changes, and committing those changes to GitHub. The session emphasized the use of Git commands such as:


bash
git init
git add 24MCR092-ML.txt
git commit -m "Added Personal detail"
git status
git log
git branch
git branch -M main
git config --global user.name "Santhosh"
git config --global user.email "collegepos093@gmail.com"
git remote add origin https://github.com/Santhosh-Sks/24MCR092-ML.git
git push -u origin master

Santhosh sir also explained how to resolve common errors and offered tips for managing repositories efficiently.
Hands-on Activities:
1. Creating and Committing a .txt File
Students practiced:
• Making a new .txt file
• Staging the file with git add filename.txt
• Committing using descriptive messages
• Pushing to a GitHub repository

Insert screenshot of GitHub commit history showing .txt file commits
2. Viewing GitHub Commit Comments
Participants observed how commit messages and file changes appear on GitHub, including diffs and version history.

Insert screenshot of a GitHub commit page with commit message, diff, and file changes
3. GitHub Repository Page
The structure of a repository was explained, including branches, README files, and file tracking.

Insert screenshot of the main GitHub repository page (repo name, files, README, etc.)
Outcomes:
By the end of the session, all participants were able to:
• Create and commit text files using Git
• Understand the Git workflow (init → add → commit → push)
• Use GitHub for version tracking



**Conclusion**
The workshop by Santhosh N.C. sir successfully introduced students to GitHub and core Git commands. Participants learned how to commit and manage .txt files, gaining hands-on experience in version control. It was a valuable and practical session that enhanced students' technical skills for real-world project collaboration.


This content originally appeared on DEV Community and was authored by Santhosh


Print Share Comment Cite Upload Translate Updates
APA

Santhosh | Sciencx (2025-04-23T18:28:50+00:00) ML GitHub Workshop. Retrieved from https://www.scien.cx/2025/04/23/ml-github-workshop/

MLA
" » ML GitHub Workshop." Santhosh | Sciencx - Wednesday April 23, 2025, https://www.scien.cx/2025/04/23/ml-github-workshop/
HARVARD
Santhosh | Sciencx Wednesday April 23, 2025 » ML GitHub Workshop., viewed ,<https://www.scien.cx/2025/04/23/ml-github-workshop/>
VANCOUVER
Santhosh | Sciencx - » ML GitHub Workshop. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2025/04/23/ml-github-workshop/
CHICAGO
" » ML GitHub Workshop." Santhosh | Sciencx - Accessed . https://www.scien.cx/2025/04/23/ml-github-workshop/
IEEE
" » ML GitHub Workshop." Santhosh | Sciencx [Online]. Available: https://www.scien.cx/2025/04/23/ml-github-workshop/. [Accessed: ]
rf:citation
» ML GitHub Workshop | Santhosh | Sciencx | https://www.scien.cx/2025/04/23/ml-github-workshop/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.