Tag: Git
-
Setup JIRA and BitBucket in VS Code
1. Install the git on desktop. https://git-scm.com/download/win 2. VS code https://code.visualstudio.com/download 3. Extension needed ‘’JIRA and Bitbucket Official’ ‘Bitbucket Pull Request’ ‘Git’ We have to set up Bitbucket from GIT bash with following commands. $ git config –global user.name “John Doe”$ git config –global user.email johndoe@example.com We can use one of command in GIT bash.…
