-1

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,

3 Answers3

0

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.

Arjun
  • 108
  • 9
0
  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
0

I hope you are doing great!

Please follow the steps mentioned in the below link.

https://stackoverflow.com/a/12800042/7344580

Note: Please see an answer given by Burhan Khalid

Thanks

sonu pokade
  • 377
  • 3
  • 11