Skip to main content

Configurations

Account Configurations

Account Creations

For mobile development:

  • expo.dev (for React Native development)

Account Github Login In Git Bash

  • Open Git Bash
  • Run: git config --global user.name "YourGitHubUsername"
  • Run: git config --global user.email "your-email@example.com"
  • This sets your identity for Git commits
  • You do not need to be logged in to GitHub for basic local use, but you will be prompted to log in when pushing code to GitHub for the first time

Account Expo Login In Git Bash (For Mobile Development)

  • Open Git Bash
  • Run: expo login
  • Enter your Expo account credentials

VSCode Configurations

Git Bash

  • Open VS Code
  • Go to TerminalNew Terminal
  • Click the dropdown arrow next to the plus (+) icon and select Select Default Profile
  • Choose Git Bash from the list
  • Now, new terminals in VS Code will use Git Bash by default

ChatGPT Configurations

Use ChatGPT for coding help, documentation, and troubleshooting as you work, but also for any step here that might b incomplete or vague or confusing, but always seek refining it's work.

Commands to tell chatgpt in each request:

make sure you're the most professional scalable senior person

Open Jira Tasks Directly in VS Code

  • After installing Atlassian: Jira & Bitbucket, click the Atlassian icon in the Activity Bar
  • Follow the prompts to sign in to your Jira account and authorize access