skip to Main Content

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

Answers


  1. 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.

    Login or Signup to reply.
    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
    Login or Signup to reply.
  2. 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

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search