Notes

markdown notes

one-repo

Learning Software Engg from youtube tutorials and websites

git commands

git fetch --all -p; git pull; git status;
git merge origin/main;

Other GH