better git, prettier
parent
4d50dea1a5
commit
8af3a1be8e
|
@ -0,0 +1,2 @@
|
||||||
|
# Node
|
||||||
|
node_modules/
|
|
@ -5,6 +5,7 @@
|
||||||
| Arch Linux | `curl` |
|
| Arch Linux | `curl` |
|
||||||
| Ubuntu | `curl` |
|
| Ubuntu | `curl` |
|
||||||
| Homebrew | `curl` |
|
| Homebrew | `curl` |
|
||||||
|
| Fedora | `curl` |
|
||||||
|
|
||||||
Add credentials, edit `~/.netrc`:
|
Add credentials, edit `~/.netrc`:
|
||||||
|
|
||||||
|
|
|
@ -7,8 +7,11 @@ Aliases:
|
||||||
```sh
|
```sh
|
||||||
git config --global alias.br branch
|
git config --global alias.br branch
|
||||||
git config --global alias.ci commit
|
git config --global alias.ci commit
|
||||||
|
git config --global alias.cl clone
|
||||||
git config --global alias.co checkout
|
git config --global alias.co checkout
|
||||||
git config --global alias.df diff
|
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.st status
|
||||||
git config --global alias.sw switch
|
git config --global alias.sw switch
|
||||||
```
|
```
|
||||||
|
|
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
"lockfileVersion": 1
|
||||||
|
}
|
Loading…
Reference in New Issue