Skip to content

Instantly share code, notes, and snippets.

@iamsonal
iamsonal / Git Tips.txt
Last active March 20, 2024 14:26
Git Tips
URL:https://sethrobertson.github.io/GitFixUm/fixup.html
Checkout evHeroHeader.html file from "feature/events/events-record-list" branch to your working branch:
git checkout feature/events/events-record-list force-app/events/main/default/lwc/evHeroHeader/evHeroHeader.html
Pull all the files from master branch to your working branch:
git pull origin master
Reset a branch