Рет қаралды 167
How to publish project on github using cmd
Hi guys, in this video we gonna learn how can we make a local repository in our project and then add, commit and push our code to github remote repository using command palette.
There are so many advantages of creating a local git repository in your project. You can restore the deleted files, keep track of code changes and can share code very easily.
Commands used in video:
1. git init - creates a new Git repository
2. git status - displays the state of the working directory and the staging area
3. git add - adds a change in the working directory(your project) to the staging area
4. git commit - captures a snapshot of the project's currently staged changes
5. git push - used to upload local repository content to a remote repository
-------------------------------------------------------------------
Social Links :
Telegram link : t.me/cantacoder
Facebook : @cantacoder
Instagram : @cantacoder
#javascriptproject #github #cantacoder #javascriptinhindi #javascript #javascriptforbeginners #git