Configure IntelliJ Github - vidyasekaran/current_learning GitHub Wiki

Generate a token in GitHub following below link

https://docs.github.com/en/[email protected]/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token

New token git_token stored in d drive.

  1. Create a local java project in intellij

  2. Create new repository in GitHub and drag / drop the local project in github.

  3. From intellij create a project from Version control and clone the url from step 2.


Configure VSCode github

  1. Create a folder and few html and css files and name the folder as learn_bootstrap

  2. Create a repository in github with the name "learn_bootstrap" and upload all the files into it.

  3. 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.