GIT Push steps :
1. Open https://github.com url if in case you don't have any GIT account, create the same.
2. In next step you have to download the GIT bash using the below url : https://git-scm.com/downloads
3. Install the above one and create a new folder in desktop for storing git info.
4. Create a repo in github and clone the same repo. Navigate to the folder which you were created and open git bash which you installed already and use the below command
git clone https://github.com/xxxxx/xxxxxxx.git (you can replace you URL)
5. It would clone the complete structure to the desktop and copy paste the complete project structure which you wanted to be committed and select source countrol icon in VSCode editor or install git extension pack in vs code.
6. Select the source countrol option and you could see the commit option to git.
7. Committe and you can see (...) 3 dots select push to option, so that code will be in your git automatically.

No comments:
Post a Comment