DEV Community

Cover image for MACHINE LEARNING
SUGUMAR M
SUGUMAR M

Posted on

MACHINE LEARNING

Image description

 MACHINE LEARNING (DAY 1) 
Enter fullscreen mode Exit fullscreen mode

Step 1 : Make a new directory and open cmd git init

Image description

Image description

Step 2: use the needed git command to add file git add 24MCR109.txt git branch
git commit -m "Added Personal Details" git status git log

Image description

Step 3: Create Repository

Image description

Step 4 : Use the add command , commit command and push command
git config --global user.email "sugus7215@gmail.com"
git config --global user.name " M-Sugumarm" git push -u origin main

Image description

Image description

Step 5 : The file will be added to the repository .

Image description

Image description

Step 6 : we can modify the file and commit it again .

Image description

Image description

Image description

Top comments (0)