Skip to content

Instantly share code, notes, and snippets.

@phainamikaze
Created August 9, 2024 13:11
Show Gist options
  • Save phainamikaze/fb064e6986f289e07473ff47d2bdd8f6 to your computer and use it in GitHub Desktop.
Save phainamikaze/fb064e6986f289e07473ff47d2bdd8f6 to your computer and use it in GitHub Desktop.
basic git command

git init
git status
git add <filename>
git commit -m "commit message"
git log


git remote add origin <ur>
git branch -M main
git push origin main

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment