Skip to content

Instantly share code, notes, and snippets.

@bharathmuddada
Last active January 29, 2025 17:38
Show Gist options
  • Save bharathmuddada/cff5167ffbedcdbac5b78ce4885582e6 to your computer and use it in GitHub Desktop.
Save bharathmuddada/cff5167ffbedcdbac5b78ce4885582e6 to your computer and use it in GitHub Desktop.
Git Commands Quick Reference
Command to list the content of git config
git config -l --global
command to merge main branch to a feature branch
git merge main
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment