✨Ultimate Git/Github CheatSheet For Devops✨
Hello ! Hope your'e doing good this blog includes pretty short and precise explanation of the commands used in Git/GitHub s in day to day scenario.
Set Global Username & email for Git
git config --global user.name "<your.name>"
git config --global us...
ankitkundala.hashnode.dev5 min read