fbpx

Month: January 2023

Github Useful Notes and Commands

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 […]

Scroll to Top