Useful GIT Commands
Initiate Git git init Set configuration valuesgit config — global user.name your namegit config — global user.email your email Check current status of Gitgit status Add single file in Gitgit add filename Add all file changes to the staging areagit add . Add all modified / created files in Gitgit add * Check the unstaged changedgit diff […]