Browse Source

update readme.md

master
rbsetiawan 3 years ago
parent
commit
a5c0a4c79c
  1. 17
      README.md

17
README.md

@ -16,7 +16,7 @@ @@ -16,7 +16,7 @@
<!--rehype:ignore:start-->
## Document
## Sotsoftware requirement
- Gitea
- Gitbash
@ -24,20 +24,21 @@ @@ -24,20 +24,21 @@
<!--rehype:ignore:end-->
## 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

Loading…
Cancel
Save