better git, prettier

main
hau 2020-11-30 16:40:27 +07:00
parent 4d50dea1a5
commit 8af3a1be8e
4 changed files with 9 additions and 0 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
# Node
node_modules/

View File

@ -5,6 +5,7 @@
| Arch Linux | `curl` |
| Ubuntu | `curl` |
| Homebrew | `curl` |
| Fedora | `curl` |
Add credentials, edit `~/.netrc`:

View File

@ -7,8 +7,11 @@ Aliases:
```sh
git config --global alias.br branch
git config --global alias.ci commit
git config --global alias.cl clone
git config --global alias.co checkout
git config --global alias.df diff
git config --global alias.pl pull
git config --global alias.ps push
git config --global alias.st status
git config --global alias.sw switch
```

3
package-lock.json generated Normal file
View File

@ -0,0 +1,3 @@
{
"lockfileVersion": 1
}