Skip to content

Instantly share code, notes, and snippets.

View kosperera's full-sized avatar
🏠
Working from home

Kosala (KP) Perera kosperera

🏠
Working from home
View GitHub Profile
@kosperera
kosperera / awesome-git.md
Last active November 14, 2023 05:04
Awesome Git Commands

Hard Reset Local branch to the origin/remote.

This basically discard all changes, commits, etc. which are not pushed to remote yet, and pull the latest version from the remote.

git fetch origin master
git reset --hard FETCH_HEAD
git clean -df

Managing sub-module repos.

@timothywarner
timothywarner / AZ-30X-cert-study-blueprint.md
Last active March 23, 2022 09:03
Azure Architect Certification Study Blueprint