Upload Files to Github using Command line | Simplest one | For Mac Linux and Windows any user
This video will tell you how to push your files on Github using Command lines. Commands:- git: an open-source, distributed version control system GitHub: a platform for hosting and collaborating on Git repositories git init (Initialized git in a local folder) git remote (It helps you to manage connections to remote repositories) git status (tells the untracked or tracked files in folder) git add . (it will upload all saved in local git folder) git commit -m "message" (Here You have to specify a message what u did in that update) git push (It sends files to Github) Please Like and subscribe to this channel!!
This video will tell you how to push your files on Github using Command lines. Commands:- git: an open-source, distributed version control system GitHub: a platform for hosting and collaborating on Git repositories git init (Initialized git in a local folder) git remote (It helps you to manage connections to remote repositories) git status (tells the untracked or tracked files in folder) git add . (it will upload all saved in local git folder) git commit -m "message" (Here You have to specify a message what u did in that update) git push (It sends files to Github) Please Like and subscribe to this channel!!