Skip to content

Instantly share code, notes, and snippets.

View tanjimahmmed's full-sized avatar
🎯
Focusing

Md Tanjim Ahmmed tanjimahmmed

🎯
Focusing
View GitHub Profile
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 )