Home » People & Blogs » GitHub problem - pushing only one side of the MERN stack application (unclickable folder with arrow)

GitHub problem - pushing only one side of the MERN stack application (unclickable folder with arrow)

Written By Programming Hints on Monday, Sep 19, 2022 | 05:25 PM

 
Pushing both server and client sides of a MERN stack application to a #github repository. finding that one folder has an arrow on github and not clickable commands git init git add . git commit -m "Add existing project files to Git" git remote add origin (your github repository link) git push -u -f origin master #mernstack