MACHINE LEARNING (DAY 1)
Step 1 : Make a new directory and open cmd git init
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
Step 3: Create Repository
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
Step 5 : The file will be added to the repository .
Step 6 : we can modify the file and commit it again .
Top comments (0)