@ -16,7 +16,7 @@
<!-- rehype:ignore:start -->
<!-- rehype:ignore:start -->
## Docu ment
## Sotsoftware require ment
- Gitea
- Gitea
- Gitbash
- Gitbash
@ -24,20 +24,21 @@
<!-- rehype:ignore:end -->
<!-- rehype:ignore:end -->
## remove path from git add chace
## Note
- Remove path from git add chace
```bash
```bash
git rm --cached -r dir
git rm --cached -r dir
```
```
Git Commands
Git Commands
============
============
_
### Getting started
_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*
--
| 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
### Getting & Creating Projects