Configure IntelliJ Github - vidyasekaran/current_learning GitHub Wiki
Generate a token in GitHub following below link
New token git_token stored in d drive.
-
Create a local java project in intellij
-
Create new repository in GitHub and drag / drop the local project in github.
-
From intellij create a project from Version control and clone the url from step 2.
Configure VSCode github
-
Create a folder and few html and css files and name the folder as learn_bootstrap
-
Create a repository in github with the name "learn_bootstrap" and upload all the files into it.
-
Now from vscode - select source control from left which will prompt you to select a directory - create a new directory and select it as a repository destination. You will be prompted to open it in vscode as a seperate project or add it to current workspace.