79125842

Date: 2024-10-25 13:15:24
Score: 2.5
Natty:
Report link

do u have installed git? If not, download at this link: https://git-scm.com/downloads If your operating system, u need to install the same of the system-icon (linux, macOS or Windows)

When u download the exec, do double-click on archive, and press next untill it's installed.

When it happens, open your archive > right-click > gith-bash here. (remember, u need to have a repositore in github)

get the link of the repositore, then write these commands on git-bash here: git init git add . (. is to select the whole archive) git branch -M main git commit -m "details what u did on the archive" git remote add origin (put ur copied link repositore) git push -u origin main

when u do other commit at the same repositore do this: git add . git commit -m "details what u did on the archive" git push

Reasons:
  • Blacklisted phrase (1): this link
  • Long answer (-0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Rafael da Silva Macharete