diff --git a/README.md b/README.md index a5cd2a0..7afd11b 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ -## Document +## Sotsoftware requirement - Gitea - Gitbash @@ -24,20 +24,21 @@ -## remove path from git add chace +## Note +- Remove path from git add chace ```bash git rm --cached -r dir ``` + Git Commands ============ -_ - -_A list of my commonly used Git commands_ - -*If you are interested in my Git aliases, have a look at my `.bash_profile`, found here: https://github.com/joshnh/bash_profile/blob/master/.bash_profile* +### Getting started --- +| Command | Description | +| ------- | ----------- | +| `git config --global user.email "youremail@yourdomain.com"` | Initialize a email | +| `git config --global user.name "Your Name"` | Initialize a account name | ### Getting & Creating Projects