Follow this URL to setup SSH on windows powershell for github. delete branch locally delete branch remotely Create new git branch This is shorthand for: Make an empty commit for pushing to production. Scenario How to get it done. How to resolve a merge conflict where master branch has changed resulting in your own code being out of sync with master From the command line After setting up SSH, how to add email and username to terminal git config –global user.email “email@example.com” git config –global user.email (To confirm setting) git config –global user.name “Mona Lisa” git config –global user.name (To […]
How to setup SSH on Windows Powershell for github
(Steps 2 to 5 might need to be done as admin) After setting up SSH for github, you need to add your email address and username to the terminal so that you can push git changes back to remote as yourself. Follow these instructions to add email and username to terminal for github.
Programming Concepts : Object Oriented Programming (OOP) in Python
Where I talk about different programming concepts in python.
Programming Concepts
Where I write down different fundamental concepts of computer programming. Object-Oriented Programming and other concepts.
Machine Learning Concepts
My understanding and explanation of Neural network, deep learning, model parameter, hyper parameter, loss function, bias-variance trade-off, neurons, nodes, weights, and more.
Evolution of the Data Lake
Topics: Journey of data storage. [Paper Tape, Punch Cards, Magnetic Tape, Disk Storage]. Data Integrity. Data WareHouse. Data Warehouse Infrastructure. Limitations of Data Warehouse.