Git Setup - GhostRiderVintage/com.ghostridervintage.bunty GitHub Wiki

git installation on windows:

  1. Install Mingw64: Git for windows
  2. check for existing ssh key
  3. Generate ssh-keygen
  4. Adding key to the git hub
  5. switch the urls from https to ssh
  6. Request admin to provide you the right to access. Try changing a file. Do git status to get the details of your local changes. Git add “file_path/file_name” Git commit Git push.

Everything is successful without fail.