Python learning
27K subscribers
209 photos
8 videos
75 files
118 links
Learn pythonπŸ”₯
Quality content πŸ˜‰
Get Python Course 😁
Download Telegram
Git Commands

πŸ›  git init – Initialize a new Git repository
πŸ“₯ git clone <repo> – Clone a repository
πŸ“Š git status – Check the status of your repository
βž• git add <file> – Add a file to the staging area
πŸ“ git commit -m "message" – Commit changes with a message
πŸš€ git push – Push changes to a remote repository
⬇️ git pull – Fetch and merge changes from a remote repository


Branching

πŸ“Œ git branch – List all branches
🌱 git branch <name> – Create a new branch
πŸ”„ git checkout <branch> – Switch to a branch
πŸ”— git merge <branch> – Merge a branch into the current branch
⚑️ git rebase <branch> – Apply commits on top of another branch


Undo & Fix Mistakes

βͺ git reset --soft HEAD~1 – Undo the last commit but keep changes
❌ git reset --hard HEAD~1 – Undo the last commit and discard changes
πŸ”„ git revert <commit> – Create a new commit that undoes a specific commit


Logs & History

πŸ“– git log – Show commit history
🌐 git log --oneline --graph --all – View commit history in a simple graph


Stashing

πŸ“₯ git stash – Save changes without committing
🎭 git stash pop – Apply stashed changes and remove them from stash


Remote & Collaboration

🌍 git remote -v – View remote repositories
πŸ“‘ git fetch – Fetch changes without merging
πŸ•΅οΈ git diff – Compare changes


Don’t forget to react ❀️ if you’d like to see more content like this!
❀32πŸ‘11
Stanford’s Machine Learning - by Andrew Ng

A complete lecture notes of 227 pages. Available Free.
❀4πŸ‘1
main_notes.pdf
3.2 MB
Don't Forget To React ❀️
❀54πŸ‘8
AWS NOTES πŸ“šβš‘οΈ
AWS NOTES.zip
55.4 MB
Don't Forget To React ❀️
πŸ‘33❀31πŸ₯°1
DSA in Python Handwritten Notes.pdf
22.4 MB
Handwritten DSA Notes in Python πŸπŸ“

Perfect for quick revision and solid understanding!

πŸ’– React if you find it helpful – more coming soon!
❀17πŸ‘2πŸ₯°2πŸ”₯1😁1
70 Interview Q&A.pdf
1.1 MB
70 Toughest Interview Questions And answers

React ❀️ If You Find This Helpful
❀8πŸ‘3πŸ”₯1
HTML Tags List.pdf
115.1 KB
πŸ”° HTML Tags List πŸš€

Do not forget to React ❀️ to this Message for More Content Like this

Thanks For Joining All β€οΈπŸ™
❀24πŸ‘1