Git | Tutorial

  1. cd and paste the folder path
  2. git config --global user.name "Chandan"
  3. git config --global user.email "imjunior471@gmail.com"
  4. touch .gitignore //will create gitignore file
  5. git init //initialize the git repository(empty)
  6. git add .
  7. git commit -m "initial commit"
  8. git status //show the status of project
  9. go to git hub website  click on "SSH" and copy the link then
  10. git remote add origin "paste the link" + enter key
  11. git push origin master



 

Comments

Popular posts from this blog

Generative AI Model for text summarization

maintext/ react

Resume description for AI/ ML Developer