You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On Windows systems, Git looks for the `.gitconfig` file in the `$HOME` directory (`C:\Users\$USER` for most people).
43
-
It also still looks for `/etc/gitconfig`, although it's relative to the MSys root, which is wherever you decide to install Git on your Windows system when you run the installer.
However, if you are using Git for Windows 2.x, it is `C:\Documents and Settings\All Users\Application Data\Git\config` on Windows XP, and it is `C:\ProgramData\Git\config` on Windows Vista and newer.
50
-
>>>>>>> upstream/master
43
+
//////////////////////////
44
+
ですが、もし Git for Windows 2.x を使っている場合は、`C:\Documents and Settings\All Users\Application Data\Git\config`(Windows XP)か `C:\ProgramData\Git\config` (Windows Vista 以降)が検索されます。
51
45
52
46
//////////////////////////
53
47
==== Your Identity
54
48
//////////////////////////
55
49
==== 個人の識別情報
56
50
57
-
<<<<<<< HEAD
58
51
//////////////////////////
59
-
The first thing you should do when you install Git is to set your user name and e-mail address.
60
-
=======
61
52
The first thing you should do when you install Git is to set your user name and email address.
62
-
>>>>>>> upstream/master
63
53
This is important because every Git commit uses this information, and it's immutably baked into the commits you start creating:
Again, you need to do this only once if you pass the `--global` option, because then Git will always use that information for anything you do on that system.
76
66
<<<<<<< HEAD
77
-
If you want to override this with a different name or e-mail address for specific projects, you can run the command without the `--global` option when you're in that project.
67
+
If you want to override this with a different name or email address for specific projects, you can run the command without the `--global` option when you're in that project.
If you want to override this with a different name or email address for specific projects, you can run the command without the `--global` option when you're in that project.
Vim and Emacs are popular text editors often used by developers on Unix based systems like Linux and Mac. If you are not familiar with either of these editors or are on a Windows system, you may need to search for instructions for how to set up your favorite editor with Git.
114
-
=======
115
99
Vim and Emacs are popular text editors often used by developers on Unix based systems like Linux and Mac.
116
100
If you are not familiar with either of these editors or are on a Windows system, you may need to search for instructions for how to set up your favorite editor with Git.
117
-
>>>>>>> upstream/master
118
101
If you don't set an editor like this and you don't know what Vim or Emacs are, you will likely get into a really confusing state when they are launched.
0 commit comments