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 […]
Category: Computer Programming
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.