Last active
January 29, 2025 17:38
-
-
Save bharathmuddada/cff5167ffbedcdbac5b78ce4885582e6 to your computer and use it in GitHub Desktop.
Git Commands Quick Reference
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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