Hey everyone! π
I'm Indujha, and I'm currently learning Machine Learning in a workshop. As part of our tasks, we were introduced to Gitβa version control system that's super helpful when working on coding projects.
At first, I was confused π , but once I tried the basic commands, it actually made a lot of sense. Hereβs what I did and learned π
Git Commands:
git init
git add File name
git commit -m "---"
git status
git log
git branch
git branch -M main
git config --global user.email "mail@gmail.com"
git config --global user.name "name"
git remote add origin link
git push -u origin main
Top comments (0)