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
Created
August 9, 2024 13:11
-
-
Save phainamikaze/fb064e6986f289e07473ff47d2bdd8f6 to your computer and use it in GitHub Desktop.
basic git command
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment