Home > other >  How to Push Magento 2 from My PC to github
How to Push Magento 2 from My PC to github

Time:07-01

My store is ready 100% and Now I wanna push it to GitHub but I cant, plz tell me steps in detail. I will be really thanks full to you,

CodePudding user response:

If you already have a Github account and no repo yet, you can follow the steps detailed out here

Please detail out your requirement or issues instead of a generic question.

CodePudding user response:

  1. git clone git_url
  2. git check branch
  3. git add *
  4. git commit
  5. git push origin branch_name
  6. change env file in the database name, username, password
  • Related