Skip to content

Instantly share code, notes, and snippets.

View sudhakar6's full-sized avatar
🎯
Focusing

Sudhakar sudhakar6

🎯
Focusing
View GitHub Profile
@sudhakar6
sudhakar6 / NonRegularGitCommands
Last active December 28, 2022 06:46
The GIT commands not used frequently and forgettable
https://levelup.gitconnected.com/15-git-commands-you-should-learn-before-your-very-first-project-f8eebb8dc6e9
https://www.freecodecamp.org/news/learn-the-basics-of-git-in-under-10-minutes-da548267cc91/
https://www.freecodecamp.org/news/7-git-commands-you-might-not-know/
Setup user:
git config --global user.email "yourGitHub@email.com"
git config --global user.name "yourGitHubusername"
git config -l (If you wish to check your configuration settings.)