I'm pretty sure this will be a basic question for a lot of people, but here goes:
I started going through the book "Pro Git", and it says to start by setting my username and email using the following lines:
$ git config --global user.name "John Doe"
$ git config --global user.email [email protected]
Where do I type these lines? I tried typing them into command prompt and the git GUI, but I've had no success. I'm using Windows 7.
Press 'Start' button in Windows, type 'cmd' in the search field on the bottom of menu. There you have the command line console. Try to type git --version , if show something like 'git version 1.8. 0.2', you're ready to input all the commands here.
Open the Git command prompt window You can open the command prompt from the Actions menu on the Changes, Commits, and Branches pages. You can also open it from the Connect page: Right-click your local repo, and then click Open Command Prompt. Show me.
The default keyboard shortcuts to open the command palette in command mode are Ctrl + Shift + K (Windows and Linux) or Command + Shift + K (Mac). If you already have the command palette open, press > to switch to command mode.
Step 1: Go to Github repository and in code section copy the URL. Step 2: In the Command prompt, add the URL for your repository where your local repository will be pushed. Step 3: Push the changes in your local repository to GitHub. Here the files have been pushed to the master branch of your repository.
I assuming you've probably installed the windows git from http://git-scm.com/download/win
With the very defaults that won't put git on your command prompt.
Use 'git bash' either through the start menu or right clicking in the folder.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With