New Jujutsu snippets
This commit is contained in:
parent
c50f27d110
commit
5c00bbfe41
|
|
@ -0,0 +1,7 @@
|
||||||
|
# My Jujutsu aliases
|
||||||
|
|
||||||
|
```toml
|
||||||
|
[aliases]
|
||||||
|
init = ["git", "init", "--colocate"]
|
||||||
|
cma = ["commit", "-m"]
|
||||||
|
```
|
||||||
|
|
@ -7,6 +7,8 @@ This is a repository with useful snippets of various kinds of code
|
||||||
- [Git](./src/branch/master/Git/)
|
- [Git](./src/branch/master/Git/)
|
||||||
- - [stash](./src/branch/master/Git/stash.md)
|
- - [stash](./src/branch/master/Git/stash.md)
|
||||||
- - [common](./src/branch/master/Git/common.md)
|
- - [common](./src/branch/master/Git/common.md)
|
||||||
|
- [Jujutsu](./src/branch/master/Jujutsu/)
|
||||||
|
- - [aliases](./src/branch/master/Jujutsu/aliases.md)
|
||||||
- [Linux](./src/branch/master/Linux/)
|
- [Linux](./src/branch/master/Linux/)
|
||||||
- - [certbot_nginx](./src/branch/master/Linux/certbot_nginx.md)
|
- - [certbot_nginx](./src/branch/master/Linux/certbot_nginx.md)
|
||||||
- - [processes](./src/branch/master/Linux/processes.md)
|
- - [processes](./src/branch/master/Linux/processes.md)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue