jimfog 31 Posted August 12, 2013 Report Share Posted August 12, 2013 Am in the beginning of learning git. I have set up a mail and a username but I want to know with which command I can see what are the above. I am talking about a command in git bash. Surely I can find what I want by looking at the config file, but I want to get the info from git bash command line utility Quote Link to post Share on other sites
boen_robot 107 Posted August 15, 2013 Report Share Posted August 15, 2013 You can use git config --get user.nameand similarly for email.Seegit --help configfor details. Quote Link to post Share on other sites
thescientist 231 Posted August 16, 2013 Report Share Posted August 16, 2013 https://www.kernel.org/pub/software/scm/git/docs/git-config.html Quote Link to post Share on other sites
jimfog 31 Posted August 17, 2013 Author Report Share Posted August 17, 2013 thanks both... Quote Link to post Share on other sites
jimfog 31 Posted August 20, 2013 Author Report Share Posted August 20, 2013 I tried to git init but I could not. I mean in the git bash I do see the init taking place but(with the dir listed and the word master in brackets in the right ) in the folder where I should find the .git folder I do not. What might be wrong? Quote Link to post Share on other sites
jimfog 31 Posted August 20, 2013 Author Report Share Posted August 20, 2013 I tried to git init but I could not. I mean in the git bash I do see the init taking place but(with the dir listed and the word master in brackets in the right ) in the folder where I should find the .git folder I do not. What might be wrong? Ah...now I see it. It was hidden. Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.