-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
dc8a30b
commit 115351e
Showing
1 changed file
with
3 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -141,14 +141,15 @@ You will replace `your_GitHub_username` with your GitHub user name and `your_ema | |
You can check that you have successfully made this `.gitconfig` file by looking for the hidden file in your home directory. The content should look like: | ||
``` | ||
`.gitconfig` | ||
.gitconfig | ||
``` | ||
``` | ||
[user] | ||
email = [email protected] | ||
name = your_GitHub_username | ||
``` | ||
``` | ||
#### Creating a token | ||
|