Skip to content

Instantly share code, notes, and snippets.

@tanjimahmmed
Created December 24, 2024 18:23
Show Gist options
  • Save tanjimahmmed/376d1b3a34d58fcda247a4631ce1286b to your computer and use it in GitHub Desktop.
Save tanjimahmmed/376d1b3a34d58fcda247a4631ce1286b to your computer and use it in GitHub Desktop.
Git command
git add .
git commit -m "commit name"
git push -u origin main
git branch - for check
git branch -c branch_name
git checkout branch_name
git push origin head
git pull ( for updated code )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment